mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
12 lines
503 B
Text
12 lines
503 B
Text
# All kinds of dependencies
|
|
|
|
# pypi wheel
|
|
pandas
|
|
# url wheel
|
|
flask @ https://files.pythonhosted.org/packages/36/42/015c23096649b908c809c69388a805a571a3bea44362fe87e33fc3afa01f/flask-3.0.0-py3-none-any.whl
|
|
# pypi source dist
|
|
django_allauth==0.51.0
|
|
# url source dist
|
|
werkzeug @ https://files.pythonhosted.org/packages/0d/cc/ff1904eb5eb4b455e442834dabf9427331ac0fa02853bf83db817a7dd53d/werkzeug-3.0.1.tar.gz
|
|
# git source dist
|
|
pydantic-extra-types @ git+https://github.com/pydantic/pydantic-extra-types.git
|