-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
48 lines (45 loc) · 1.09 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]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
Django ="<2.2.0,>=2.1.15"
psycopg2 = "*"
Pillow = "*"
django-heroku = "*"
requests = "*"
"boto3" = "*"
django-storages = "*"
inflection = "*"
graphql-core = "*"
graphene = "*"
graphene-django = "*"
graphene-file-upload = "*"
django-graphql-jwt = "*"
django-filter = "*"
celery = "*"
django-celery-results = "*"
django-celery-beat = "*"
django-timezone-field = "==3.0.0" # v4.0 requires django >2.2
djangorestframework = "*"
jsonfield = "==2.1.1"
django-mutant = {path = "./lib/django-mutant-0.3a5.tar.gz"}
django-polymodels = ">=1.5.1"
rdflib = "*"
redis = "==3.3.11"
django-modeladmin-reorder = "*"
django-celery-model = "*"
model-bakery = "*"
parameterized = "*"
django-cors-headers = "*"
python-dotenv = "*"
flower = "*"
django-json2model = {path = "./lib/django_json2model-0.2.7-py3-none-any.whl"}
django-generic-serializer = {path = "./lib/django_generic_serializer-0.0.2-py3-none-any.whl"}
[dev-packages]
django-coverage-plugin = "*"
coverage = "*"
codacy-coverage = "*"
jupyter = "*"
[requires]
python_version = "3.7"