mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
➕ Add Pipfile dependencies for development
This commit is contained in:
parent
acf8ddb4df
commit
662909a78b
1 changed files with 28 additions and 0 deletions
28
Pipfile
Normal file
28
Pipfile
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
mypy = "*"
|
||||
jedi = "*"
|
||||
black = "*"
|
||||
prospector = "*"
|
||||
rope = "*"
|
||||
jupyter = "*"
|
||||
better-exceptions = "*"
|
||||
pytest = "*"
|
||||
pytest-cov = "*"
|
||||
isort = "*"
|
||||
requests = "*"
|
||||
flit = "*"
|
||||
|
||||
[packages]
|
||||
starlette = "*"
|
||||
pydantic = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
||||
Loading…
Reference in a new issue