File tree 2 files changed +116
-3
lines changed 2 files changed +116
-3
lines changed Original file line number Diff line number Diff line change 1
- .vscode /
1
+ .vscode /*
2
2
.idea
3
-
4
3
run_config.py
5
4
5
+ # Byte-compiled / optimized / DLL files
6
6
__pycache__ /
7
+ * .py [cod ]
8
+ * $py.class
9
+
10
+ # C extensions
11
+ * .so
12
+
13
+ # Distribution / packaging
14
+ .Python
15
+ build /
16
+ develop-eggs /
17
+ dist /
18
+ downloads /
19
+ eggs /
20
+ .eggs /
21
+ lib /
22
+ lib64 /
23
+ parts /
24
+ sdist /
25
+ var /
26
+ wheels /
27
+ share /python-wheels /
28
+ * .egg-info /
29
+ .installed.cfg
30
+ * .egg
31
+ MANIFEST
32
+
33
+ # PyInstaller
34
+ # Usually these files are written by a python script from a template
35
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
36
+ * .manifest
37
+ * .spec
38
+
39
+ # Installer logs
40
+ pip-log.txt
41
+ pip-delete-this-directory.txt
42
+
43
+ # Unit test / coverage reports
44
+ htmlcov /
45
+ .tox /
46
+ .nox /
47
+ .coverage
48
+ .coverage. *
49
+ .cache
50
+ nosetests.xml
51
+ coverage.xml
52
+ * .cover
53
+ .hypothesis /
54
+ .pytest_cache /
55
+
56
+ # Translations
57
+ * .mo
58
+ * .pot
59
+
60
+ # Django stuff:
61
+ * .log
62
+ local_settings.py
63
+ db.sqlite3
64
+
65
+ # Flask stuff:
66
+ instance /
67
+ .webassets-cache
68
+
69
+ # Scrapy stuff:
70
+ .scrapy
71
+
72
+ # Sphinx documentation
73
+ docs /_build /
74
+
75
+ # PyBuilder
76
+ target /
77
+
78
+ # Jupyter Notebook
79
+ .ipynb_checkpoints
80
+
81
+ # IPython
82
+ profile_default /
83
+ ipython_config.py
84
+
85
+ # pyenv
86
+ .python-version
87
+
88
+ # celery beat schedule file
89
+ celerybeat-schedule
90
+
91
+ # SageMath parsed files
92
+ * .sage.py
93
+
94
+ # Environments
95
+ .env
96
+ .venv
97
+ env /
98
+ venv /
99
+ ENV /
100
+ env.bak /
101
+ venv.bak /
102
+
103
+ # Spyder project settings
104
+ .spyderproject
105
+ .spyproject
106
+
107
+ # Rope project settings
108
+ .ropeproject
109
+
110
+ # mkdocs documentation
111
+ /site
112
+
113
+ # mypy
114
+ .mypy_cache /
115
+ .dmypy.json
116
+ dmypy.json
7
117
8
- * .html
118
+ # Pyre type checker
119
+ .pyre /
Original file line number Diff line number Diff line change
1
+ cx_Oracle == 8.3.0
2
+ openpyxl == 3.0.10
You can’t perform that action at this time.
0 commit comments