Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
82f688f
1
Parent(s):
fb4c8c6
Update requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
asttokens==2.0.7
|
2 |
+
click==8.1.3; python_version >= "3.7"
|
3 |
+
colorama==0.4.5; python_full_version >= "3.8.3" and sys_platform == "win32" and python_full_version < "4.0.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0")
|
4 |
+
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
5 |
+
executing==0.9.1
|
6 |
+
icecream==2.1.3
|
7 |
+
install==1.3.5; python_version >= "3.5"
|
8 |
+
logzero==1.7.0
|
9 |
+
marshmallow==3.17.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
10 |
+
more-itertools==8.14.0; python_version >= "3.5"
|
11 |
+
packaging==21.3; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
12 |
+
pygments==2.12.0; python_version >= "3.6"
|
13 |
+
pyparsing==3.0.9; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
14 |
+
python-dotenv==0.20.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
15 |
+
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
16 |
+
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
17 |
+
typer==0.4.2; python_version >= "3.6"
|