mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
fix typo for homeworks 13 directory
This commit is contained in:
18
src/homework/13-kubernetes-config/project/backend/Pipfile
Normal file
18
src/homework/13-kubernetes-config/project/backend/Pipfile
Normal file
@@ -0,0 +1,18 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
fastapi = "*"
|
||||
uvicorn = "*"
|
||||
sqlalchemy = "*"
|
||||
databases = {extras = ["postgresql"], version = "*"}
|
||||
asyncpg = "*"
|
||||
pydantic = "*"
|
||||
psycopg2 = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
Reference in New Issue
Block a user