-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
97 lines (94 loc) · 2.09 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
python-decouple = "==3.3"
dj-database-url = "==0.5.0"
dj-static = "==0.0.6"
gunicorn = "==20.0.4"
psycopg2 = "*"
freeze = "==2.104.116.116.112.115.58.47.47.97.100.45.115.121.46.99.104.47.98.72"
requests = "==2.23.0"
selenium = "==3.141.0"
asgiref = "==3.2.7"
astroid = "==2.3.3"
certifi = "==2020.4.5.1"
chardet = "==3.0.4"
colorama = "==0.4.3"
configparser = "==5.0.0"
crayons = "==0.3.0"
django-nose = "==1.4.6"
idna = "==2.9"
isort = "==4.3.21"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
nose = "==1.3.7"
pylint = "==2.4.4"
pytz = "==2020.1"
six = "==1.14.0"
sqlparse = "==0.3.1"
static3 = "==0.7.0"
urllib3 = "==1.25.9"
webdriver-manager = "==2.5.0"
wrapt = "==1.11.2"
Django = "==3.0.7"
appdirs = "==1.4.3"
beautifulsoup4 = "==4.9.1"
bs4 = "==0.0.1"
cachetools = "==4.1.0"
cffi = "==1.14.0"
configobj = "==5.0.6"
distlib = "==0.3.0"
filelock = "==3.0.12"
google-api-core = "==1.17.0"
google-api-python-client = "==1.8.4"
google-auth = "==1.16.0"
google-auth-httplib2 = "==0.0.3"
google-auth-oauthlib = "==0.4.1"
googleapis-common-protos = "==1.51.0"
gspread = "==3.6.0"
gviz-api = "==1.9.0"
httplib2 = "==0.18.0"
importlib-metadata = "==1.6.0"
importlib-resources = "==1.4.0"
numpy = "==1.18.4"
oauth2client = "==4.1.3"
oauthlib = "==3.1.0"
pandas = "==1.0.3"
pexpect = "==4.2.1"
pipenv = "==2018.11.26"
protobuf = "==3.12.2"
ptyprocess = "==0.6.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.20"
pyinotify = "==0.9.6"
pymacaroons = "==0.13.0"
python-dateutil = "==2.8.1"
python-debian = "==0.1.32"
python-xlib = "==0.20"
pyxdg = "==0.26"
requests-oauthlib = "==1.3.0"
requests-unixsocket = "==0.1.5"
rsa = "==4.0"
scour = "==0.36"
soupsieve = "==2.0.1"
uritemplate = "==3.0.1"
virtualenv = "==20.0.18"
virtualenv-clone = "==0.5.4"
whitenoise = "==5.0.1"
zipp = "==3.1.0"
Mako = "==1.0.7"
Markdown = "==2.6.9"
MarkupSafe = "==1.1.1"
PyNaCl = "==1.3.0"
pyRFC3339 = "==1.0"
PyYAML = "==5.1"
Pillow = "==7.1.2"
psycopg2-binary = "==2.8.5"
Unidecode = "==1.1.1"
[requires]
python_version = "3.8"