forked from rovercode/rovercode-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
54 lines (51 loc) · 1.18 KB
/
Pipfile
File metadata and controls
54 lines (51 loc) · 1.18 KB
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
[[source]]
verify_ssl = true
name = "pypi"
url = "https://pypi.org/simple"
[requires]
python_version = "3.6"
[dev-packages]
pylint = "~=2.1.1"
pylint-django = "~=2.0.2"
prospector = "==1.1.6.2"
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"
[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.7.4"
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"
raven = "~=6.8.0"
Django = "~=2.2"
django-rest-auth = "~=0.9.3"
djangorestframework-jwt = "~=1.11.0"
coreapi = "~=2.3.3"
markdown = "~=2.6.11"
boto3 = "~=1.12"