-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
132 lines (132 loc) · 4.49 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
-i https://pypi.org/simple
aiohttp==3.8.3 ; python_version >= '3.6'
aiosignal==1.2.0 ; python_version >= '3.6'
amqp==5.1.1 ; python_version >= '3.6'
asgiref==3.5.2 ; python_version >= '3.7'
async-timeout==4.0.2 ; python_version >= '3.6'
attrs==22.1.0 ; python_version >= '3.5'
autobahn==22.7.1 ; python_version >= '3.7'
automat==20.2.0
billiard==3.6.4.0
brotli==1.0.9
cachetools==5.2.0 ; python_version ~= '3.7'
celery==5.2.7
certifi==2022.9.24
cffi==1.15.1
channels==4.0.0
charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
click==8.1.3 ; python_version >= '3.7'
click-didyoumean==0.3.0 ; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.2.0
constantly==15.1.0
contextlib2==21.6.0 ; python_version >= '3.6'
cryptography==38.0.1 ; python_version >= '3.6'
daphne==4.0.0
decorator==5.1.1 ; python_version >= '3.5'
deprecated==1.2.13 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
dj-database-url==1.0.0
django==3.2.16
django-cors-headers==3.13.0
django-heroku==0.3.1
django-phonenumber-field[phonenumberslite]==7.0.0
django-redis==5.2.0
django-sql-explorer[xls]==2.5
djangorestframework==3.13.1
djangorestframework-csv==2.1.1
exceptiongroup==1.0.0rc9 ; python_version < '3.11'
faker==12.0.1 ; python_version >= '3.6'
frozenlist==1.3.1 ; python_version >= '3.7'
fsspec==2022.10.0
gcsfs==2022.10.0
google-api-core[grpc]==2.10.2 ; python_version >= '3.7'
google-auth==2.13.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
google-auth-oauthlib==0.7.0 ; python_version >= '3.6'
google-cloud-bigquery==3.3.5
google-cloud-bigquery-storage==2.16.2 ; python_version >= '3.7'
google-cloud-core==2.3.2 ; python_version >= '3.7'
google-cloud-datastore==1.15.5
google-cloud-ndb==1.11.1
google-cloud-storage==2.5.0
google-crc32c==1.5.0 ; python_version >= '3.7'
google-resumable-media==2.4.0 ; python_version >= '3.7'
googleapis-common-protos==1.56.4 ; python_version >= '3.7'
grpcio==1.50.0 ; python_version >= '3.7'
grpcio-status==1.48.2
gunicorn==20.1.0
h2==4.1.0
hiredis==2.0.0
hpack==4.0.0 ; python_full_version >= '3.6.1'
hyperframe==6.0.1 ; python_full_version >= '3.6.1'
hyperlink==21.0.0
idna==3.4 ; python_version >= '3.5'
incremental==22.10.0
iniconfig==1.1.1
kombu==5.2.4 ; python_version >= '3.7'
lxml==4.9.1
mixer==7.2.2
multidict==6.0.2 ; python_version >= '3.7'
numpy==1.23.4
oauthlib==3.2.2 ; python_version >= '3.6'
packaging==21.3 ; python_version >= '3.6'
pandas==1.5.1
phone-iso3166==0.4.1
phonenumberslite==8.12.57
pillow==9.2.0
pluggy==1.0.0 ; python_version >= '3.6'
priority==1.3.0
prompt-toolkit==3.0.31 ; python_full_version >= '3.6.2'
proto-plus==1.22.1 ; python_version >= '3.6'
protobuf==3.20.3 ; python_version >= '3.7'
psutil==5.9.5
psycopg2==2.9.5 ; python_version >= '3.6'
psycopg2-binary==2.9.5
py==1.11.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyarrow==9.0.0 ; python_version >= '3.7'
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pyfcm==1.5.4
pygithub==1.56
pyjwt==2.6.0 ; python_version >= '3.7'
pymemcache==4.0.0 ; python_version >= '3.7'
pynacl==1.5.0 ; python_version >= '3.6'
pyopenssl==22.1.0
pyparsing==3.0.9 ; python_full_version >= '3.6.8'
pytest==7.2.0 ; python_version >= '3.7'
pytest-django==4.5.2
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==0.21.0
python-slugify==6.1.2
pytz==2022.5
pyyaml==6.0
redis==4.3.4
requests==2.28.1
requests-oauthlib==1.3.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rollbar==0.16.3
rsa==4.9 ; python_version >= '3.6'
schema==0.7.5
serpy==0.3.1
service-identity==21.1.0
setuptools==65.5.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.3 ; python_version >= '3.5'
text-unidecode==1.3
timeago==1.0.16
tomli==2.0.1 ; python_version < '3.11'
twisted[http2,tls]==22.8.0
txaio==22.2.1 ; python_version >= '3.6'
typing-extensions==4.4.0 ; python_version >= '3.7'
unicodecsv==0.14.1
uritemplate==4.1.1
urllib3==1.26.12 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
vine==5.0.0 ; python_version >= '3.6'
wcwidth==0.2.5
db-dtypes==1.0.4
whitenoise[brotli]==6.2.0
wrapt==1.14.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
xlsxwriter==3.0.3
yarl==1.8.1 ; python_version >= '3.7'
zope.interface==5.5.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
yarl==1.8.1
zope.interface==5.5.0