-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
55 lines (52 loc) · 1.05 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
aniso8601 = "==8.0.0"
appdirs = "==1.4.4"
astroid = "==2.4.2"
autopep8 = "==1.5.4"
black = "==20.8b1"
certifi = "==2020.6.20"
chardet = "==3.0.4"
click = "==7.1.2"
distlib = "==0.3.1"
filelock = "==3.0.12"
gunicorn = "==20.0.4"
idna = "==2.10"
isort = "==5.4.2"
itsdangerous = "==1.1.0"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
mypy-extensions = "==0.4.3"
pathspec = "==0.8.0"
pipenv = "==2020.8.13"
pycodestyle = "==2.6.0"
pylint = "==2.6.0"
pytz = "==2020.1"
regex = "==2020.7.14"
requests = "==2.24.0"
six = "==1.15.0"
toml = "==0.10.1"
typed-ast = "==1.4.1"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.25.10"
virtualenv = "==20.0.31"
virtualenv-clone = "==0.5.4"
wrapt = "==1.12.1"
Flask = "==1.1.2"
Flask-RESTful = "==0.3.8"
Flask-SQLAlchemy = "==2.4.4"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
SQLAlchemy = "==1.3.19"
Werkzeug = "==1.0.1"
flask-cors = "*"
flask-script = "*"
flask-migrate = "*"
faker = "*"
psycopg2 = "*"
[requires]
python_version = "3.8"