-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
41 lines (38 loc) · 776 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.9.1"
[packages]
django = "==3.1.6"
psycopg2 = "==2.8.6"
graphene = "==2.1.8"
graphene-django = "==2.15.0"
django-cors-headers = "*"
gunicorn = "*"
django-environ = "*"
django-heroku = "*"
requests = "==2.25.1"
pyjwt = "==1.7.0"
django-graphql-jwt = "*"
turfpy = "*"
pygments = "*"
sendgrid = "*"
celery = "*"
redis = "*"
django-import-export = "*"
[dev-packages]
pytest-django = "==3.3.2"
pytest-mock = "==1.10.0"
django-dotenv = "==1.4.2"
factory-boy = "==2.11.1"
ipython = "==6.4.0"
faker = "==0.8.17"
pytest-cov = ">=2.4.1"
pytest-flakes = ">=4.0.0"
"pytest-pep8" = ">=1.0.6"
pylama = "*"
"autopep8" = "*"
django-extensions = "*"
django-debug-toolbar = "*"