-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
104 lines (101 loc) · 2.23 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==4.2.3"
djangorestframework = "==3.14.0"
django-filter = "==23.2"
django-redis = "==5.3.0"
djoser = "==2.2.0"
pillow = "==10.0.0"
djangorestframework-simplejwt = "==5.2.2"
install = "==1.3.5"
django-debug-toolbar = "==4.1.0"
django-templated-mail = "==1.1.1"
celery = "==5.3.1"
pytest = "==7.4.0"
pytest-django = "==4.5.2"
drf-nested-routers = "==0.93.4"
python-dotenv = "==1.0.0"
dj-database-url = "==2.0.0"
gunicorn = "==21.0.1"
whitenoise = "==6.5.0"
drf-spectacular = "==0.26.3"
mysqlclient = "==2.1.0"
rich = "==13.4.2"
flower = "==2.0.0"
psycopg = "==3.1.9"
amqp = "==5.1.1"
asgiref = "==3.7.2"
astroid = "==2.15.6"
async-timeout = "==4.0.2"
attrs = "==23.1.0"
autopep8 = "==2.0.2"
billiard = "==4.1.0"
certifi = "==2023.5.7"
cffi = "==1.15.1"
charset-normalizer = "==3.2.0"
click = "==8.1.5"
click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
cryptography = "==41.0.2"
defusedxml = "==0.7.1"
dill = "==0.3.6"
django-rich-logging = "==0.3.0"
exceptiongroup = "==1.1.2"
humanize = "==4.7.0"
idna = "==3.4"
inflection = "==0.5.1"
iniconfig = "==2.0.0"
isort = "==5.12.0"
jsonschema = "==4.18.4"
jsonschema-specifications = "==2023.6.1"
kombu = "==5.3.1"
lazy-object-proxy = "==1.9.0"
markdown-it-py = "==3.0.0"
mccabe = "==0.7.0"
mdurl = "==0.1.2"
oauthlib = "==3.2.2"
packaging = "==23.1"
platformdirs = "==3.8.1"
pluggy = "==1.2.0"
prometheus-client = "==0.17.1"
prompt-toolkit = "==3.0.39"
pycodestyle = "==2.10.0"
pycparser = "==2.21"
pygments = "==2.15.1"
pyjwt = "==2.7.0"
pylint = "==2.17.4"
pyrsistent = "==0.19.3"
python-dateutil = "==2.8.2"
python3-openid = "==3.2.0"
pytz = "==2023.3"
pyyaml = "==6.0.1"
redis = "==4.6.0"
referencing = "==0.29.3"
requests = "==2.31.0"
requests-oauthlib = "==1.3.1"
rpds-py = "==0.8.11"
six = "==1.16.0"
social-auth-app-django = "==5.2.0"
social-auth-core = "==4.4.2"
sqlparse = "==0.4.4"
tomli = "==2.0.1"
tomlkit = "==0.11.8"
tornado = "==6.3.2"
typing-extensions = "==4.7.1"
tzdata = "==2023.3"
uritemplate = "==4.1.1"
urllib3 = "==2.0.3"
vine = "==5.0.0"
wcwidth = "==0.2.6"
wrapt = "==1.15.0"
django-cors-headers = "*"
locust = "*"
[dev-packages]
autopep8 = "*"
pylint = "*"
[requires]
python_version = "3"