-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (43 loc) · 978 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.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
factory-boy = "2.12.0"
django-nose = "*"
"flake8" = "*"
mock = "*"
"pep8" = "*"
pylint = "*"
coverage = "*"
django-debug-toolbar = "*"
pre-commit = "*"
[packages]
uwsgi = "*"
django = "==3.1.7"
cssselect = "==1.0.3"
dateutils = "==0.6.6"
markdown = "==3.0.1"
"psycopg2" = "==2.8.4"
pycrypto = "==2.6.1"
python-dateutil = "==2.7.3"
pytz = "===2020.1"
requests = "==2.20.0"
simplejson = "==3.16.0"
six = "==1.15.0"
sqlparse = "==0.2.4"
dj-database-url = "*"
django-dotenv = "==1.3.0"
celery = "==4.3.0"
django-recaptcha = "==2.0.6"
django-contact-form = "==1.8.2"
Pillow = "==8.2.0"
wagtail = "==2.12.3"
django-colorful = "==1.3"
django-el-pagination = "==3.3.0"
django-social-share = "==2.2.1"
puput = {editable = true, git = "https://github.com/APSL/puput.git", ref = "f6f8d7b10fd34c0be4a91c1364d839adb2d544fb"}
whitenoise = "*"
psycopg2-binary = "*"
[requires]
python_version = "3.8"