-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
38 lines (37 loc) · 1.57 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
backcall==0.2.0
click==8.0.3; python_version >= '3.6'
dataclasses==0.8; python_version < '3.7'
decorator==5.1.1; python_version >= '3.5'
flask-cors==3.0.9
flask-shell-ipython==0.4.1
flask-sqlalchemy==2.4.1
flask==1.1.1
greenlet==1.1.2; python_version >= '3' and 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')))))
importlib-metadata==4.8.3; python_version < '3.8'
ipython-genutils==0.2.0
ipython==7.16.3
itsdangerous==2.0.1; python_version >= '3.6'
jedi==0.17.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jinja2==3.0.3; python_version >= '3.6'
markupsafe==2.0.1; python_version >= '3.6'
parso==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pexpect==4.8.0; sys_platform != 'win32'
pickleshare==0.7.5
prompt-toolkit==3.0.24; python_full_version >= '3.6.2'
ptyprocess==0.7.0
pygments==2.11.2; python_version >= '3.5'
setuptools==59.6.0; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==1.4.31; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
traitlets==4.3.3
typing-extensions==4.0.1; python_version < '3.8'
wcwidth==0.2.5
werkzeug==2.0.2; python_version >= '3.6'
zipp==3.6.0; python_version >= '3.6'