-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
47 lines (44 loc) · 930 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
47
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
appdirs = "==1.4.4"
asgiref = "==3.2.7"
certifi = "==2020.4.5.1"
chardet = "==3.0.4"
distlib = "==0.3.0"
dj-database-url = "==0.5.0"
dj-static = "==0.0.6"
django-heroku = "==0.3.1"
django-taggit = "==1.2.0"
filelock = "==3.0.12"
get = "==2019.4.13"
gunicorn = "==20.0.4"
idna = "==2.9"
importlib-metadata = "==1.6.0"
lock = "==2018.3.25.2110"
path = "==13.2.0"
pipenv = "==2018.11.26"
pipfile = "==0.0.2"
post = "==2019.4.13"
psycopg2 = "==2.8.5"
public = "==2019.4.13"
pytz = "==2020.1"
query-string = "==2019.4.13"
request = "==2019.4.13"
requests = "==2.23.0"
six = "==1.14.0"
sqlparse = "==0.3.1"
static3 = "==0.7.0"
toml = "==0.10.0"
urllib3 = "==1.25.9"
virtualenv = "==20.0.20"
virtualenv-clone = "==0.5.4"
whitenoise = "==5.0.1"
zipp = "==3.1.0"
Django = "==3.0.7"
Pillow = "==7.1.2"
[requires]
python_version = "3.7"