-
Notifications
You must be signed in to change notification settings - Fork 38
/
requirements.txt
42 lines (41 loc) · 1.01 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
# I noticed a misbehaviour with 3.7.2 regarding cookie storage for raised HTTP response
# That's the case for the HTTPFound redirections
# It seems the cookies are not sent in the response, and therefore, the browser does not store them
# Obviously, sessions do not work then, and Openid Connect auth.py code is broken
aiohttp==3.8.1
aiohttp-cors==0.7.0
asyncpg~=0.24.0
pyyaml~=6.0.1
cryptography==39.0.1
jinja2~=3.0.2
#aiohttp_csrf
pymongo~=4.0.1
aiohttp-jinja2~=1.5
aiohttp-session~=2.9.0
aiohttp-middlewares==2.2.0
dataclasses-json~=0.5.6
StrEnum~=0.4.7 # Only until Python 3.11 is released (we can use the built-in StrEnum)
owlready2~=0.36
tqdm~=4.62.3
pydantic~=2.6.2
pyhumps
progressbar~=2.5
#requests
requests==2.25.1
pandas==1.5.3
scipy==1.10.0
numpy==1.24.2
urllib3==1.26.13
#beautifulsoup4==4.11.2
#torch==1.11.0
obonet==0.3.1
networkx==2.8.8
PyJWT==2.7.0
Django==4.1.3
django-crispy-forms==1.14.0
django-environ==0.8.1
mozilla-django-oidc==3.0.0
pytest==7.4.4
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.4
python-dotenv==1.0.1