-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (42 loc) · 1.04 KB
/
requirements.txt
File metadata and controls
45 lines (42 loc) · 1.04 KB
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
# Project libraries
# sostrades_core
# External libraries
click==8.2.1
eventlet==0.40.0
Flask==2.3.3
flask-jwt-extended==4.6.0
Flask-Migrate==4.0.7
flask-socketio==5.3.6
Flask-SQLAlchemy==2.5.1
furl==2.1.4
graphviz==0.20.3
jinja2==3.1.4
kubernetes # Linked to kubernetes version deployed
mysqlclient==2.2.7
numpy==1.26.4
pandas==2.2.2
plotly==5.24.0
psutil==7.0.0
PyJWT==2.10.1
python-dotenv==1.1.0
python-ldap==3.4.0; platform_system!='Windows'
python-keycloak==5.5.1
python-engineio==4.5.1 # Must be added to freeze version, so message server works
python-socketio==5.8.0 # Must be added to freeze version, so message server works
python3-saml==1.16.0
pytz==2025.2
PyYAML==6.0.2
requests==2.32.4
simplejson==3.20.1
SQLAlchemy==1.4.52
urllib3==2.3.0
werkzeug==2.3.8
xmlsec==1.3.14
lxml==5.3.2
https://github.com/cgohlke/python-ldap-build/releases/download/v3.4.4-1/python_ldap-3.4.4-cp312-cp312-win_amd64.whl; platform_system=='Windows'
# Development requirements
pytest==8.1.2
pytest-cov==6.2.0
pytest-xdist==3.7.0
pytest-durations==1.5.2
memory_profiler==0.61.0