-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathPipfile
56 lines (53 loc) · 1.26 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
[[source]]
verify_ssl = true
name = "pypi"
url = "https://pypi.org/simple"
[requires]
python_version = "3.8"
[dev-packages]
pylint-django = "~=2.4.4"
prospector = "~=1.5.1"
coverage = "~=4.5.1"
django-coverage-plugin = "~=1.6.0"
django-extensions = "~=2.1.0"
django-test-plus = "~=1.1.0"
django-debug-toolbar = "~=1.11"
ipdb = "~=0.11"
pytest-django = "~=3.5.0"
pytest-sugar = "~=0.9.1"
pytest-cov = "~=2.5.1"
Sphinx = "~=1.7.5"
Werkzeug = "~=0.15.3"
factory_boy = "~=2.11.1"
sphinx-autobuild = "~=0.7.1"
sphinx-rtd-theme = "~=0.4.0"
pytest = "~=5.3.0"
responses = "~=0.10.15"
[packages]
django-environ = "~=0.4.4"
whitenoise = "~=3.3.1"
django-braces = "~=1.13.0"
django-crispy-forms = "~=1.7.2"
django-model-utils = "~=3.1.2"
django-allauth = "~=0.42.0"
psycopg2 = "~=2.8.6"
awesome-slugify = "~=1.6.5"
pytz = "~=2018.4"
django-redis = "~=4.10.0"
redis = "~=2.10.6"
djangorestframework = "~=3.9.0"
django-filter = "~=2.1.0"
gevent = "~=1.3.2"
gunicorn = "~=19.8.1"
boto = "~=2.48.0"
django-storages-redux = "~=1.3.3"
django-anymail = "~=7.0.0"
Django = "~=2.2"
coreapi = "~=2.3.3"
markdown = "~=2.6.11"
boto3 = "~=1.12"
requests = "~=2.24.0"
zenpy = "~=2.0.22"
sentry-sdk = "~=0.18.0"
dj-rest-auth = {extras = ["with_social"], version = "~=2.1.3"}
djangorestframework-simplejwt = "~=4.6.0"