-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
63 lines (58 loc) · 1.09 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# TODO: temporary patched version of Connexion for proper form upload support
# connexion
-e git+https://github.com/STARInformatics/connexion.git@fix-urlencoded-body-parameter-parsing#egg=connexion
multidict~=4.7.6
swagger-ui-bundle == 0.0.6
aiohttp_jinja2
jinja2
aiohttp_cors >= 0.7.0
# KGE specific
requests~=2.26.0
botocore
boto3
pyyaml~=5.4.1
pytest~=6.2.4
# AIOHTTP 3.7.4 has a bug which is problematic for KGE, anticipated to be fixed in a 4.* release
# See
aiohttp<3.7
aiohttp-session
aiomcache
jsonschema~=3.2.0
PyGithub~=1.55
pathlib~=1.0.1
py~=1.10.0
colorama~=0.4.4
pip>=21.0.1
argparse~=1.4.0
wheel~=0.36.2
cryptography~=3.4.7
lxml~=4.6.3
attrs~=21.2.0
Werkzeug~=2.0.1
itsdangerous~=2.0.1
click~=7.1.2
MarkupSafe~=2.0.1
six~=1.16.0
pluggy~=0.13.1
packaging~=21.0
atomicwrites~=1.4.0
certifi~=2021.5.30
chardet~=3.0.4
urllib3~=1.26.6
toml~=0.10.2
python-dateutil~=2.8.2
idna~=3.2
greenlet~=1.1.0
Flask~=2.0.1
clickclick~=20.10.2
decorator~=5.0.9
inflection~=0.5.1
pyparsing~=2.4.7
pyrsistent~=0.18.0
rfc3987~=1.3.8
setuptools~=54.2.0
docutils~=0.16
numpy~=1.21.1
validators~=0.18.2
smart_open>=5.1.0
kgx