-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathPipfile
46 lines (43 loc) · 934 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
42
43
44
45
46
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
django = "==2.2.18"
"psycopg2" = "==2.7.4"
django-crispy-forms = "==1.7.2"
certifi = "==2018.4.16"
gunicorn = "==19.7.1"
pipenv = "==11.10.0"
"psycopg2-binary" = "==2.7.4"
python-decouple = "==3.1"
pytz = "==2018.4"
toml = "==0.9.4"
virtualenv = "==15.2.0"
virtualenv-clone = "==0.3.0"
whitenoise = "==3.3.1"
django-filebrowser-no-grappelli = "==3.7.4"
pillow = "==5.1.0"
django-js-asset = "==1.1.0"
"django-tinymce4-lite" = "==1.7.1"
jsmin = "==2.2.2"
chardet = "==3.0.4"
cloudinary = "==1.11.0"
idna = "==2.6"
mock = "==2.0.0"
pbr = "==4.0.2"
pycryptodomex = "==3.4.7"
pyjwt = "==1.3.0"
requests = "==2.20.0"
six = "==1.11.0"
stream-python = "==2.8.1"
"urllib3" = "==1.24.2"
django-environ = "*"
djangorestframework = "*"
coverage = "*"
django-nose = "*"
Pipfile = "*"
factory-boy = "*"
[requires]
python_version = "3.5"