-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
35 lines (31 loc) · 714 Bytes
/
Pipfile
File metadata and controls
35 lines (31 loc) · 714 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "==0.79.0"
uvicorn = "==0.18.2"
sqlalchemy = {extras = ["asyncio"], version = "==1.4.39"}
alembic = "==1.8.1"
email-validator = "==1.2.1"
ujson = "==5.4.0"
requests = "==2.28.1"
jinja2 = "==3.1.2"
itsdangerous = "==2.1.2"
aiosqlite = "==0.17.0"
types-ujson = "==5.4.0"
sqlmodel = "==0.0.6"
python-multipart = "==0.0.5"
python-jose = {extras = ["cryptography"], version = "==3.3.0"}
passlib = {extras = ["bcrypt"], version = "==1.7.4"}
pytest-asyncio = "==0.19.0"
[dev-packages]
flake8 = "*"
mypy = "*"
coverage = "*"
pytest = "*"
autopep8 = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true