-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
56 lines (56 loc) · 2.41 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
-i https://pypi.org/simple
alembic==1.13.1; python_version >= '3.8'
aniso8601==9.0.1
asttokens==2.4.1
backcall==0.2.0
bcrypt==4.1.2; python_version >= '3.7'
blinker==1.7.0; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
decorator==5.1.1; python_version < '3.11' and python_version >= '3.7'
exceptiongroup==1.2.0; python_version < '3.11'
executing==2.0.1; python_version >= '3.5'
faker==24.7.1; python_version >= '3.8'
flask==3.0.3; python_version >= '3.8'
flask-bcrypt==1.0.1
flask-cors==4.0.0
flask-migrate==4.0.7; python_version >= '3.6'
flask-restful==0.3.10
flask-sqlalchemy==3.1.1; python_version >= '3.8'
greenlet==3.0.3; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
gunicorn==21.2.0; python_version >= '3.5'
honcho==1.1.0
importlib-metadata==7.1.0; python_version < '3.10'
importlib-resources==6.4.0; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
ipdb==0.13.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ipython==8.12.3; python_version < '3.11' and python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jedi==0.19.1; python_version >= '3.6'
jinja2==3.1.3; python_version >= '3.7'
mako==1.3.2; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
matplotlib-inline==0.1.6; python_version >= '3.5'
packaging==24.0; python_version >= '3.7'
parso==0.8.4; python_version >= '3.6'
pexpect==4.9.0; sys_platform != 'win32'
pickleshare==0.7.5
pluggy==1.4.0; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
psycopg2-binary==2.9.9; python_version >= '3.7'
ptyprocess==0.7.0
pure-eval==0.2.2
pygments==2.17.2; python_version >= '3.7'
pytest==8.1.1; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.1; python_version >= '3.8'
pytz==2024.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.29; python_version >= '3.7'
sqlalchemy-serializer==1.4.12
stack-data==0.6.3
tomli==2.0.1; python_version < '3.11' and python_version >= '3.7'
traitlets==5.14.2; python_version >= '3.8'
typing-extensions==4.11.0; python_version < '3.9'
wcwidth==0.2.13
werkzeug==3.0.2; python_version >= '3.8'
zipp==3.18.1; python_version < '3.10'