-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (28 loc) · 687 Bytes
/
Copy pathPipfile
File metadata and controls
32 lines (28 loc) · 687 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask-cors = "==3.0.10"
flask-marshmallow = "==0.14.0"
gunicorn = "==20.1.0"
marshmallow = "==3.13.0"
marshmallow-enum = "==1.5.1"
webargs = "==8.0.1"
flask = "==2.0.1"
ijson = "==3.1.4"
[dev-packages]
"flake8" = "==3.9.2"
"flake8-import-order" = "==0.18.1"
"flake8-quotes" = "==1.0.0"
"pep8-naming" = "==0.12.1"
factory-boy = "==3.2.0"
Faker = "==8.12.0"
flake8_module_name = {git = "https://github.com/pmdarrow/flake8_module_name.git",ref = "support-numbers"}
pytest = "==6.2.5"
[requires]
python_version = "3.8"
[scripts]
serve = "flask run"
lint = "flake8 ."
test = "pytest -v --cov=."