[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://download.pytorch.org/whl/cpu"
verify_ssl = true
name = "pytorch-cpu"


[packages]
requests = "*"
"uvicorn[standard]" = {version="*", index="pypi"}
"celery[redis,msgpack]" = "*"
pipenv-uv-migrate = {editable=true, git="https://github.com/yhino/pipenv-uv-migrate.git", ref="main"}
"flask[dotenv,dev]" = {git = "https://github.com/pallets/flask.git", ref = "1.1.1"}
numpy = "==1.24.4"
torch = {version="*", index="pytorch-cpu"}

[dev-packages]
pytest = ">=5.2"
isort = {extras = ["pyproject"], version = "==4.3.21"}
werkzeug = {extras = ["watchdog"]}

[scripts]
test = "pytest --verbose tests"
