-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
113 lines (110 loc) · 2.49 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aioredis = "==1.3.1"
amqp = "==5.0.6"
asgiref = "==3.4.1"
async-timeout = "==3.0.1"
attrs = "==21.2.0"
autobahn = "==21.3.1"
autopep8 = "==1.5.3"
beautifulsoup4 = "==4.9.3"
billiard = "==3.6.4.0"
bs4 = "==0.0.1"
celery = "==5.1.2"
certifi = "==2020.6.20"
cffi = "==1.14.6"
channels = "==3.0.4"
channels-redis = "==3.3.0"
chardet = "==3.0.4"
click = "==7.1.2"
click-didyoumean = "==0.0.3"
click-plugins = "==1.1.1"
click-repl = "==0.2.0"
constantly = "==15.1.0"
coreapi = "==2.3.3"
coreschema = "==0.0.4"
cryptography = "==3.4.7"
daphne = "==3.0.2"
defusedxml = "==0.6.0"
dj-database-url = "==0.5.0"
django-allauth = "==0.42.0"
django-braces = "==1.14.0"
django-celery-beat = "==2.2.1"
django-celery-results = "==2.2.0"
django-cors-headers = "==3.3.0"
django-filter = "==2.3.0"
django-heroku = "==0.3.1"
django-oauth-toolkit = "==1.3.2"
django-rest-auth = "==0.9.5"
django-rest-framework-social-oauth2 = "==1.1.0"
django-timezone-field = "==4.2.1"
djangorestframework = "==3.11.0"
djangorestframework-queryfields = "==1.0.0"
drf-yasg = "==1.20.0"
fcm-django = "==0.3.10"
flake8 = "==3.9.2"
gunicorn = "==20.0.4"
hiredis = "==2.0.0"
hyperlink = "==21.0.0"
idna = "==2.9"
incremental = "==21.3.0"
inflection = "==0.5.1"
itypes = "==1.2.0"
jsonfield = "==3.1.0"
kombu = "==5.1.0"
lxml = "==4.6.3"
mccabe = "==0.6.1"
msgpack = "==1.0.2"
oauthlib = "==3.1.0"
prompt-toolkit = "==3.0.19"
psycopg2 = "==2.8.6"
psycopg2-binary = "==2.8.6"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycodestyle = "==2.7.0"
pycparser = "==2.20"
pyfcm = "==1.4.9"
pyflakes = "==2.3.1"
pyparsing = "==2.4.7"
python-crontab = "==2.5.1"
python-dateutil = "==2.8.1"
python3-openid = "==3.1.0"
pytz = "==2020.1"
redis = "==3.5.3"
requests = "==2.24.0"
requests-oauthlib = "==1.3.0"
"ruamel.yaml" = "==0.17.10"
"ruamel.yaml.clib" = "==0.2.4"
service-identity = "==21.1.0"
six = "==1.15.0"
social-auth-app-django = "==4.0.0"
social-auth-core = "==3.3.3"
soupsieve = "==2.2.1"
sqlparse = "==0.3.1"
toml = "==0.10.1"
tweepy = "==3.10.0"
txaio = "==21.2.1"
uritemplate = "==3.0.1"
urllib3 = "==1.25.9"
validate-email = "==1.3"
vine = "==5.0.0"
wcwidth = "==0.2.5"
whitenoise = "==5.1.0"
"zope.interface" = "==5.4.0"
Automat = "==20.2.0"
Django = "==3.0.7"
Jinja2 = "==3.0.1"
MarkupSafe = "==2.0.1"
Pillow = "==8.3.0"
PyJWT = "==1.7.1"
pyOpenSSL = "==20.0.1"
PySocks = "==1.7.1"
Twisted = "==21.2.0"
django-debug-toolbar = "*"
django-redis = "*"
[dev-packages]
[requires]
python_version = "3.9"