Add backend, Implement Token validation
This commit is contained in:
17
backend/Pipfile
Normal file
17
backend/Pipfile
Normal file
@@ -0,0 +1,17 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
fastapi = "*"
|
||||
uvicorn = "==0.15"
|
||||
python-dotenv = "*"
|
||||
python-jose = {extras = ["cryptography"], version = "*"}
|
||||
tinydb = "*"
|
||||
|
||||
[dev-packages]
|
||||
httpx = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
Reference in New Issue
Block a user