-
Notifications
You must be signed in to change notification settings - Fork 6
/
Pipfile
52 lines (49 loc) · 981 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-configurations = "*"
gunicorn = "*"
newrelic = "*"
"psycopg2-binary" = "*"
dj-database-url = "*"
django-model-utils = "*"
django-unique-upload = "*"
djangorestframework = "*"
django-filter = "*"
django-storages = "*"
"boto3" = "*"
Django = "<5.0"
Markdown = "*"
django-timezone-field = "*"
django-countries = "*"
"beautifulsoup4" = "*"
lxml = "*"
requests = "*"
celery = {extras = ["redis"],version = ">=4.3.0"}
django-celery-beat = ">=2.0.0"
django-cors-headers = "*"
python-dateutil = "*"
pylibmc = "*"
django-bmemcached = "*"
python-binary-memcached = "*"
python-twitter = "*"
crispy-tailwind = "*"
django-crispy-forms = "*"
crispy-bootstrap3 = "*"
[dev-packages]
ipdb = "*"
ipython = "*"
pylint = "*"
"flake8" = "*"
mock = "*"
factory_boy = "*"
pylint-django = "*"
responses = "*"
freezegun = "*"
black = "*"
django-upgrade = "*"
pyupgrade = "*"
[requires]
python_version = "3.10"