forked from labhackercd/new-wikilegis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
48 lines (45 loc) · 1.13 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Django = "==2.2.19"
python-decouple = "==3.4"
django_compressor = "==2.4"
django-npm = "==1.0.0"
flake8 = "==3.9.0"
coverage = "==5.5"
python-coveralls = "==2.9.3"
django-libsass = "==0.8"
django-compressor-postcss = "==0.8.2"
django-extensions = "==3.1.1"
djangorestframework = "==3.12.2"
django-filter = "==2.4.0"
django-compressor-toolkit = "==0.6.0"
django-js-reverse = "==0.9.1"
django-colorful = "==1.3"
django-constance = {version = "==2.8.0", extras = ["database"]}
django-picklefield = "==3.0.1"
requests = "==2.25.1"
psycopg2-binary = "==2.8.6"
gunicorn = "==20.1.0"
whitenoise = "==5.2.0"
roman = "==3.3"
beautifulsoup4 = "==4.9.3"
celery = {version = "==5.0.5", extras = ["redis"]}
django_celery_results = "==2.0.1"
django_celery_beat = "==2.2.0"
kombu = "==5.0.2"
redis = "==3.5.3"
diff-match-patch = "==20200713"
django-cors-headers = "==3.7.0"
graphene-django = "==2.15.0"
django-graphql-jwt = "==0.3.1"
pytest-django = "==4.1.0"
pytest-cov = "==2.11.1"
mixer = "==6.3.0"
drf-yasg = "==1.20.0"
[dev-packages]
ipdb = "*"
[requires]
python_version = "3.6"