core/Pipfile

28 lines
383 B
TOML
Raw Normal View History

2021-07-26 07:05:08 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aioredis = "*"
ariadne = "*"
starlette = "*"
uvicorn = "*"
pydantic = "*"
passlib = "*"
PyJWT = "*"
SQLAlchemy = "*"
itsdangerous = "*"
httpx = "*"
2021-08-09 18:36:18 +00:00
psycopg2-binary = "*"
2021-07-30 13:50:33 +00:00
Authlib = "*"
2021-08-20 09:27:19 +00:00
bson = "*"
python-frontmatter = "*"
2021-08-23 08:44:46 +00:00
bs4 = "*"
2021-08-23 14:46:05 +00:00
psycopg2 = "*"
2021-07-26 07:05:08 +00:00
[dev-packages]
[requires]
python_version = "3.8"