add all project files
This commit is contained in:
17
back/Pipfile
Normal file
17
back/Pipfile
Normal file
@@ -0,0 +1,17 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
fastapi = {extras = ["all"], version = "*"}
|
||||
python-jose = "*"
|
||||
passlib = {extras = ["bcrypt"], version = "*"}
|
||||
uvicorn = {extras = ["standard"], version = "*"}
|
||||
python-pam = "*"
|
||||
pymysql = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
Reference in New Issue
Block a user