-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (35 loc) · 764 Bytes
/
Copy pathPipfile
File metadata and controls
40 lines (35 loc) · 764 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
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = false
[scripts]
check_errors = "flake8 --select F402,F404,F812,F823,F831,F821,F822,E112,E113,E901,E902,E999 --ignore G001,G002,G003"
[dev-packages]
black = "==19.10b0"
bpython = "*"
flake8 = "~=4.0"
flake8-logging-format = "*"
flake8-print = "*"
flake8-quotes = "*"
jedi = "*"
mock = "*"
moto = "*"
mypy = "*"
pep8-naming = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
snapshottest = "*"
[packages]
fastapi = "==0.70.0"
fastapi-jwt-auth = "==0.5.0"
gunicorn = "==20.1.0"
orjson = "==3.6.4"
pydantic = "==1.8.2"
pytz = "==2021.3"
starlette-context = "==0.3.3"
uvicorn = {version = "==0.15.0", extras = ["standard"]}