mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 05:28:34 +03:00
MVP celery worker for auto-archiver
This commit is contained in:
21
src/Pipfile
Normal file
21
src/Pipfile
Normal file
@@ -0,0 +1,21 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
aiofiles = "==0.6.0"
|
||||
celery = "==4.4.7"
|
||||
fastapi = "==0.64.0"
|
||||
flower = "==0.9.7"
|
||||
jinja2 = "==3.0.3"
|
||||
pytest = "==6.2.4"
|
||||
redis = "==3.5.3"
|
||||
requests = "==2.25.1"
|
||||
uvicorn = "==0.13.4"
|
||||
auto-archiver = {editable = true, path = "./../../auto-archiver"}
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
||||
Reference in New Issue
Block a user