29 lines
404 B
TOML
29 lines
404 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
aioredis = "*"
|
|
ariadne = "*"
|
|
starlette = "*"
|
|
uvicorn = "*"
|
|
pydantic = "*"
|
|
passlib = "*"
|
|
PyJWT = "*"
|
|
SQLAlchemy = "*"
|
|
itsdangerous = "*"
|
|
httpx = "<0.18.2"
|
|
psycopg2-binary = "*"
|
|
Authlib = "*"
|
|
bson = "*"
|
|
python-frontmatter = "*"
|
|
bs4 = "*"
|
|
psycopg2 = "*"
|
|
requests = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.8"
|