-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
78 lines (74 loc) · 1.51 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
test = "pytest"
[packages]
appdirs = "==1.4.3"
astroid = "==2.4.2"
attrs = "==19.3.0"
autopep8 = "==1.5.4"
certifi = "==2020.4.5.1"
chardet = "==3.0.4"
click = "==7.1.2"
colorama = "==0.4.3"
contextlib2 = "==0.6.0"
coverage = "==5.2.1"
distlib = "==0.3.2"
distro = "==1.4.0"
html5lib = "==1.0.1"
idna = "==2.9"
importlib-metadata = "==1.6.0"
iniconfig = "==1.0.1"
ipaddr = "==2.2.0"
isort = "==5.4.2"
itsdangerous = "==1.1.0"
jsonschema = "==3.2.0"
lazy-object-proxy = "==1.4.3"
lockfile = "==0.12.2"
mccabe = "==0.6.1"
more-itertools = "==8.4.0"
msgpack = "==0.6.2"
mysqlclient = "==1.4.6"
passlib = "==1.7.2"
pep517 = "==0.8.2"
pluggy = "==0.13.1"
progress = "==1.5"
py = "==1.9.0"
pycodestyle = "==2.6.0"
pyisbn = "==1.3.1"
pylint = "==2.6.0"
pyparsing = "==2.4.7"
pyrsistent = "==0.16.0"
pytest = "==6.0.1"
pytest-cov = "==2.10.1"
pytest-env = "==0.6.2"
pytest-envfiles = "==0.1.0"
python-dateutil = "==2.8.1"
python-dotenv = "==0.13.0"
pytoml = "==0.1.21"
requests = "==2.25.0"
retrying = "==1.3.3"
six = "==1.15.0"
text-unidecode = "==1.3"
tmdbv3api = "==1.5.1"
toml = "==0.10.1"
typed-ast = "==1.4.1"
urllib3 = "==1.26.0"
webencodings = "==0.5.1"
wrapt = "==1.12.1"
zipp = "==3.1.0"
CacheControl = "==0.12.6"
Cerberus = "==1.3.2"
Faker = "==4.1.0"
Flask = "==1.1.2"
Flask-Cors = "==3.0.8"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
SQLAlchemy = "==1.3.17"
Werkzeug = "==1.0.1"
spotipy = "==2.19.0"
[dev-packages]
[requires]
python_version = "3.8"