-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
43 lines (39 loc) · 893 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "==8.1.1"
pytest-sugar = "==1.0.0"
pytest-cov = "==4.1.0"
pytest-flask = "==1.3.0"
pytest-runner = "==6.0.1"
pytest-factoryboy = "==2.7.0"
factory-boy = "==3.3.0"
pylint = "==3.1.0"
black = "==24.3.0"
pre-commit = "==3.6.2"
bpython = "==0.24"
ipdb = "==0.13.13"
ptvsd = "==4.3.2"
debugpy = "==1.8.1"
faker = "==24.11.0"
[packages]
flask = "==3.0.3"
flask-restful = "==0.3.10"
flask-mongoengine = "==1.0.0"
flask-jwt-extended = "==4.6.0"
flask-marshmallow = "==0.15.0"
flask-cors = "==4.0.1"
python-dotenv = "==1.0.1"
passlib = "==1.7.4"
apispec = "==6.6.0"
apispec-webframeworks = "==0.5.2"
gunicorn = "==21.2.0"
zappa = "==0.58.0"
[scripts]
format = "python3 cli/format.py quotes_api"
lint = "python3 cli/lint.py quotes_api"
test = "python3 cli/test.py"
[requires]
python_version = "3.11"