Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +79 -0
requirements.txt
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==0.4.0
|
2 |
+
aiohttp==3.6.2
|
3 |
+
aniso8601==7.0.0
|
4 |
+
async-exit-stack==1.0.1
|
5 |
+
async-generator==1.10
|
6 |
+
async-lru==1.0.2
|
7 |
+
async-timeout==3.0.1
|
8 |
+
attrs==19.3.0
|
9 |
+
beautifulsoup4==4.9.0
|
10 |
+
boto3==1.12.38
|
11 |
+
botocore==1.15.38
|
12 |
+
cachetools==3.1.1
|
13 |
+
certifi==2020.4.5.1
|
14 |
+
cffi==1.14.0
|
15 |
+
chardet==3.0.4
|
16 |
+
click==7.1.1
|
17 |
+
clickclick==1.2.2
|
18 |
+
colorama==0.4.3
|
19 |
+
connexion==1.5.3
|
20 |
+
cryptography==2.8
|
21 |
+
dnspython==1.16.0
|
22 |
+
docutils==0.15.2
|
23 |
+
email-validator==1.0.5
|
24 |
+
fastapi==0.54.1
|
25 |
+
filelock==3.0.12
|
26 |
+
Flask==1.1.2
|
27 |
+
Flask-Cors==3.0.8
|
28 |
+
google==2.0.3
|
29 |
+
graphene==2.1.8
|
30 |
+
graphql-core==2.3.1
|
31 |
+
graphql-relay==2.0.1
|
32 |
+
grpcio==1.28.1
|
33 |
+
h11==0.9.0
|
34 |
+
hjson==3.0.1
|
35 |
+
httptools==0.1.1
|
36 |
+
idna==2.9
|
37 |
+
importlib-metadata==1.6.0
|
38 |
+
inflection==0.3.1
|
39 |
+
itsdangerous==1.1.0
|
40 |
+
Jinja2==2.10.3
|
41 |
+
jmespath==0.9.5
|
42 |
+
joblib==0.14.1
|
43 |
+
jsonschema==3.2.0
|
44 |
+
MarkupSafe==1.1.1
|
45 |
+
multidict==4.7.5
|
46 |
+
numpy==1.18.1
|
47 |
+
olefile==0.46
|
48 |
+
Pillow==7.1.1
|
49 |
+
promise==2.3
|
50 |
+
protobuf==3.11.3
|
51 |
+
pycparser==2.20
|
52 |
+
pydantic==1.4
|
53 |
+
pyOpenSSL==19.1.0
|
54 |
+
pyrsistent==0.16.0
|
55 |
+
PySocks==1.7.1
|
56 |
+
python-dateutil==2.8.1
|
57 |
+
python-multipart==0.0.5
|
58 |
+
PyYAML==5.3.1
|
59 |
+
redis==3.4.1
|
60 |
+
regex==2020.4.4
|
61 |
+
requests==2.23.0
|
62 |
+
Rx==1.6.1
|
63 |
+
s3transfer==0.3.3
|
64 |
+
sacremoses==0.0.38
|
65 |
+
starlette==0.13.2
|
66 |
+
swagger-spec-validator==2.5.0
|
67 |
+
tokenizers==0.5.2
|
68 |
+
torch==1.9.0
|
69 |
+
tqdm==4.45.0
|
70 |
+
transformers==2.8.0
|
71 |
+
typing==3.6.4
|
72 |
+
ujson==2.0.3
|
73 |
+
urllib3==1.25.7
|
74 |
+
uvicorn==0.11.3
|
75 |
+
uvloop==0.14.0
|
76 |
+
websockets==8.1
|
77 |
+
Werkzeug==0.16.1
|
78 |
+
yarl==1.4.2
|
79 |
+
zipp==3.1.0
|