mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-10 12:38:35 +03:00
26 lines
397 B
TOML
26 lines
397 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
aiofiles = "==0.6.0"
|
|
celery = "==4.4.7"
|
|
fastapi = "*"
|
|
flower = "==0.9.7"
|
|
jinja2 = ">=3.0.3"
|
|
pytest = "==6.2.4"
|
|
redis = "==3.5.3"
|
|
requests = ">=2.25.1"
|
|
uvicorn = ">=0.13.4"
|
|
aiosqlite = "*"
|
|
python-dotenv = "*"
|
|
loguru = "*"
|
|
sqlalchemy = "*"
|
|
auto-archiver = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|