-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 684 Bytes
/
Pipfile
File metadata and controls
36 lines (33 loc) · 684 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.2.3"
certifi = "==2019.11.28"
chardet = "==3.0.4"
django-seed = "==0.2.2"
entrypoints = "==0.3"
flake8 = "==3.7.9"
gunicorn = "==20.0.4"
idna = "==2.9"
mccabe = "==0.6.1"
pycodestyle = "==2.5.0"
pyflakes = "==2.1.1"
python-dateutil = "==2.8.1"
pytz = "==2019.3"
requests = "==2.23.0"
six = "==1.14.0"
sqlparse = "==0.3.1"
text-unidecode = "==1.3"
urllib3 = "==1.25.9"
coverage = "==5.0.4"
coverage-badge = "==1.0.1"
django-request-logging = "==0.7.1"
psycopg2 = "==2.8.6"
Markdown = "==3.2.1"
Faker = "==4.0.2"
Django = "==3.0.12"
[requires]
python_version = "3.8"
[dev-packages]