forked from codeforpdx/dwellinglybackend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (36 loc) · 714 Bytes
/
Pipfile
File metadata and controls
40 lines (36 loc) · 714 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
37
38
39
40
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest-flask = "*"
coverage = "*"
pytest-cov = "*"
flake8 = "*"
[packages]
aniso8601 = "==8.0.0"
click = "==7.0"
gunicorn = "==19.4.5"
itsdangerous = "==1.1.0"
pytz = "==2019.1"
six = "==1.14.0"
DateTime = "==4.3"
Flask = "==1.1.1"
Flask-JWT-Extended = "==3.24.1"
Flask-RESTful = "==0.3.7"
Flask-SQLAlchemy = "==2.4.1"
Jinja2 = "==2.11.1"
MarkupSafe = "==1.1.1"
PyJWT = "==1.7.1"
SQLAlchemy = "==1.3.13"
Werkzeug = "==1.0.0"
Flask-mail = "==0.9.1"
Flask-Cors = "*"
psycopg2-binary = "*"
pytest = "*"
"zope.interface" = "*"
freezegun = "*"
[requires]
python_version = "3.8"
[scripts]
view_coverage = "coverage report -m"