-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrequirements.txt
More file actions
72 lines (65 loc) · 1.57 KB
/
requirements.txt
File metadata and controls
72 lines (65 loc) · 1.57 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# ALERT: update pyproject.toml too!
safrs>=3.1.7
PyJWT>=2.12.0
python-dateutil==2.8.2
logicbankutils==0.6.0
LogicBank>=1.31.02
inflect==5.0.2
inflection==0.5.1
python-dotenv==1.2.2
email-validator==1.1.1
cryptography>=46.0.7; platform_system != 'Windows' or platform_machine != 'ARM64'
rsa
PyMySQL>=1.1.1
oracledb==2.1.2; python_version < '3.13'
oracledb>=2.5.0; python_version >= '3.13' and (platform_system != 'Windows' or platform_machine != 'ARM64')
# pip install PyMySQL[rsa]
# fix warnings.warn("urllib3
requests>=2.33.0
chardet<6
gunicorn==22.0.0
# psycopg2-binary==2.9.5
psycopg2-binary>=2.9.5; python_version < '3.13'
psycopg[binary]>=3.1.0; python_version >= '3.13' and (platform_system != 'Windows' or platform_machine != 'ARM64')
DotMap==1.3.25
behave==1.2.6
alembic==1.7.7
python-ulid==2.7.0
psutil>=6.1.0
# pandas==2.2.2 - removed, not used
# openpyxl==3.1.5 - removed, not used
GeoAlchemy2==0.12.5
confluent-kafka>=2.6.0; platform_system != 'Windows' or platform_machine != 'ARM64'
faker==30.4.0
natsort==8.4.0
Flask-Login>=0.6.3
#Flask-Admin==1.5.7
Flask-JWT-Extended>=4.7.1
flask_bcrypt==1.0.1
# ? Flask-OpenID==1.3.0
# Used?
SQLAlchemy-Utils==0.38.2
WTForms==2.3.3
# from safrs
Flask>=3.1.3
Flask-Cors>=6.0.0
Flask-RESTful>=0.3.9
flask-restful-swagger-2>=0.35
Flask-SQLAlchemy==3.0.3
flask-swagger-ui>=4.11.1
itsdangerous>=2.2.0
Jinja2>=3.1.6
MarkupSafe==2.1.3
# pyodbc==4.0.34
six==1.16.0
SQLAlchemy>=2.0.48
Werkzeug>=3.0.0
#Ontimize translation service
translate==3.6.1
libretranslatepy==2.1.1
reportlab==4.2.0
xlsxwriter==3.2.0
build
openai==1.55.3
astor==0.8.1
colorama==0.4.6