-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
115 lines (105 loc) · 2.94 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"argon2-cffi" = "==19.2.0"
"boto3" = "==1.10.5"
"psycopg2" = "==2.7.3.1"
apistar = "==0.7.2"
awesome-slugify = "==1.6.5"
celery = "==4.3.0"
cerberus = "==1.3.2"
colorama = "==0.4.1"
coreapi = "==2.3.3"
django = "==2.2.6"
django-allauth = "==0.40.0"
django-anymail = "==7.0.0"
django-cities = "==0.5.0.6"
django-compressor = "==2.3"
django-cors-headers = "==3.1.1"
django-countries = "==5.5"
django-crispy-forms = "==1.8.0"
django-environ = "==0.4.5"
django-extensions = "==2.2.5"
django-filter = "==2.2.0"
django-fsm = "==2.6.1"
django-fsm-admin = "==1.2.4"
django-fsm-log = "==1.6.2"
django-guardian = "==2.1.0"
django-haystack = "==2.8.1"
django-redis = "==4.10.0"
django-rest-auth = "==0.9.5"
django-rest-swagger = "==2.2.0"
django-storages = "==1.7.2"
django-timezone-field = "==3.1"
djangorestframework = "==3.10.3"
djangorestframework-gis = "==0.14"
djangorestframework-jwt = "==1.11.0"
drf-extensions = "==0.5.0"
drf-nested-routers = "==0.91"
drf-writable-nested = "==0.5.1"
drf-yasg = "==1.17.0"
gevent = "==1.4.0"
gunicorn = "==19.9.0"
hashids = "==1.2.0"
jsonschema = "==3.1.1"
markdown = "==3.1.1"
nece = "==0.8.2"
pillow = "==6.2.1"
pygments = "==2.4.2"
python-json-logger = "==0.1.11"
pytz = "==2019.3"
raven = "==6.10.0"
rcssmin = "==1.0.6"
redis = "==3.3.11"
rules = "==2.1"
structlog = "==19.2.0"
wheel = "==0.33.6"
whitenoise = "==4.1.4"
# REF: https://github.com/eamigo86/graphene-django-extras/pull/42
# REF: https://github.com/eamigo86/graphene-django-extras/issues/43
#graphene-django-extras = {editable = true, git = "https://github.com/eamigo86/graphene-django-extras.git"}
#graphene-django-extras = {editable = true,git = "https://github.com/sportyspots/graphene-django-extras.git"}
graphene-django-extras = "==0.4.8"
# REF: https://github.com/flavors/django-graphql-geojson/issues/1
#graphene-django = { git = "https://github.com/graphql-python/graphene-django.git@master" }
graphene-django = "==2.6.0"
"iso8601" = "*"
pendulum = "==2.0.5"
wagtail = "==2.6.3"
# NOTE: Forced dependency because of pipenv installation errors
sqlparse = "==0.3.0"
django-push-notifications = "==1.6.1"
kombu = "==4.5.0"
[dev-packages]
"flake8" = "==3.7.9"
ansible = "==2.6.4"
awscli = "==1.16.269"
black = "==19.10b0"
coreapi = "==2.3.3"
coreapi-cli = "==1.0.9"
coverage = "==4.5.4"
django-coverage-plugin = "==1.6.0"
django-debug-toolbar = "==2.0"
django-test-plus = "==1.3.1"
docopt = "==0.6.2"
fabric = "==2.5.0"
factory-boy = "==2.12.0"
googlemaps = "==3.1.4"
ipdb = "==0.12.2"
mock = "==3.0.5"
pytest-django = "==3.6.0"
requests = "==2.22.0"
scrapy = "==1.8.0"
sphinx = "==2.2.1"
werkzeug = "==0.16.0"
# awsebcli = "*"
# NOTE: Disable pytest-sugar till the following issues are fixed
# REF: https://github.com/pydanny/cookiecutter-django/pull/1472
# REF: https://github.com/pytest-dev/pytest/issues/3170
# pytest-sugar = "==0.9.0"
[requires]
python_version = "3.6"
[pipenv]
"allow_prereleases" = true