mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 21:18:35 +03:00
31 lines
480 B
TOML
31 lines
480 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
aiofiles = "==0.6.0"
|
|
celery = ">=5.0"
|
|
fastapi = "*"
|
|
jinja2 = "*"
|
|
redis = "==3.5.3"
|
|
requests = ">=2.25.1"
|
|
uvicorn = ">=0.13.4"
|
|
aiosqlite = "*"
|
|
python-dotenv = "*"
|
|
loguru = "*"
|
|
sqlalchemy = "*"
|
|
alembic = "*"
|
|
fastapi-utils = "*"
|
|
prometheus-fastapi-instrumentator = "*"
|
|
auto-archiver = "*"
|
|
|
|
[dev-packages]
|
|
watchdog = "*"
|
|
pytest = "*"
|
|
httpx = "*"
|
|
coverage = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|