-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
73 lines (72 loc) · 2.24 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
alembic==1.6.5
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
automat==20.2.0
boto3==1.20.31
botocore==1.23.54; python_version >= '3.6'
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12; python_version >= '3'
click==7.1.2
constantly==15.1.0
crochet==2.0.0
cryptography==36.0.1; python_version >= '3.6'
cssselect==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
faker==11.3.0
filelock==3.6.0; python_version >= '3.7'
flask-cors==3.0.9
flask-login==0.5.0
flask-migrate==3.0.1
flask-sqlalchemy==2.5.1
flask-wtf==0.15.1
flask==2.0.1
greenlet==1.1.0
gunicorn==20.1.0
hyperlink==21.0.0
idna==3.3; python_version >= '3'
incremental==21.3.0
itemadapter==0.4.0; python_version >= '3.6'
itemloaders==1.0.4; python_version >= '3.6'
itsdangerous==2.0.1
jinja2==3.0.1
jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
lxml==4.8.0; platform_python_implementation == 'CPython'
mako==1.1.4
markupsafe==2.0.1
parsel==1.6.0
protego==0.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
psycopg2==2.9.3
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycparser==2.21
pydispatcher==2.0.5; platform_python_implementation == 'CPython'
pyopenssl==22.0.0; python_version >= '3.6'
python-dateutil==2.8.1
python-dotenv==0.14.0
python-editor==1.0.4
pytz==2021.3
queuelib==1.6.2; python_version >= '3.5'
requests-file==1.5.1
requests==2.27.1
s3transfer==0.5.2; python_version >= '3.6'
scrapy==2.6.0
service-identity==21.1.0
setuptools==60.9.3; python_version >= '3.7'
six==1.15.0
sqlalchemy==1.4.19
text-unidecode==1.3
tldextract==3.2.0; python_version >= '3.7'
twisted==22.2.0; python_full_version >= '3.6.7'
typing-extensions==4.1.1; python_version >= '3.6'
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
w3lib==1.22.0
werkzeug==2.0.1
wrapt==1.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wtforms==2.3.3
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'