-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
71 lines (68 loc) · 1.44 KB
/
Pipfile
File metadata and controls
71 lines (68 loc) · 1.44 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
xhtml2pdf = "*"
appdirs = "==1.4.4"
asgiref = "==3.2.10"
astroid = "==2.3.3"
autopep8 = "==1.5"
beautifulsoup4 = "==4.9.1"
certifi = "==2020.6.20"
chardet = "==3.0.4"
colorama = "==0.4.3"
comtypes = "==1.1.7"
distlib = "==0.3.1"
dj-database-url = "==0.5.0"
django-crispy-forms = "==1.9.2"
django-heroku = "==0.3.1"
django-sequences = "==2.5"
django-session-timeout = "==0.1.0"
docopt = "==0.6.2"
filelock = "==3.0.12"
goto-statement = "==1.2"
gunicorn = "==20.0.4"
heroku = "==0.1.4"
idna = "==2.10"
image = "==1.5.32"
imageio-ffmpeg = "==0.4.2"
isort = "==4.3.21"
keyboard = "==0.13.5"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
mhyt = "==0.7"
mysql-connector-python = "==8.0.21"
path = "==14.0.1"
"path.py" = "==7.7.1"
pipwin = "==0.5.0"
playsound = "==1.2.2"
protobuf = "==3.12.2"
psycopg2 = "==2.8.5"
psycopg2-binary = "==2.8.5"
pycodestyle = "==2.5.0"
pyjsparser = "==2.7.1"
pylint = "==2.4.4"
pyparsing = "==2.4.7"
python-dateutil = "==1.5"
qrcode = "==6.1"
requests = "==2.24.0"
six = "==1.14.0"
soupsieve = "==2.0.1"
sqlparse = "==0.3.1"
typing-extensions = "==3.7.4.2"
tzlocal = "==2.1"
urllib3 = "==1.25.9"
virtualenv = "==20.0.30"
virtualenvwrapper-win = "==1.2.6"
whitenoise = "==5.2.0"
wrapt = "==1.11.2"
Django = "==3.1"
Js2Py = "==0.70"
Pillow = "==7.2.0"
PyPrind = "==2.11.2"
PyQRCode = "==1.2.1"
pySmartDL = "==1.3.3"
[requires]
python_version = "3.7"