Use uv for dependency management
This commit is contained in:
parent
e9e8fc351c
commit
d05e29b5e0
10 changed files with 99 additions and 78 deletions
|
|
@ -1,9 +1,5 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.9
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=requirements/base.txt --resolver=backtracking pyproject.toml
|
||||
#
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile --output-file=requirements/base.txt pyproject.toml
|
||||
amqp==5.1.1
|
||||
# via kombu
|
||||
asgiref==3.7.2
|
||||
|
|
@ -16,8 +12,8 @@ bleach==6.0.0
|
|||
# via newsreader (pyproject.toml)
|
||||
celery==5.3.1
|
||||
# via
|
||||
# django-celery-beat
|
||||
# newsreader (pyproject.toml)
|
||||
# django-celery-beat
|
||||
certifi==2023.5.7
|
||||
# via requests
|
||||
charset-normalizer==3.1.0
|
||||
|
|
@ -38,12 +34,12 @@ cron-descriptor==1.4.0
|
|||
# via django-celery-beat
|
||||
django==3.2.19
|
||||
# via
|
||||
# newsreader (pyproject.toml)
|
||||
# django-axes
|
||||
# django-celery-beat
|
||||
# django-timezone-field
|
||||
# djangorestframework
|
||||
# drf-yasg
|
||||
# newsreader (pyproject.toml)
|
||||
django-axes==6.0.4
|
||||
# via newsreader (pyproject.toml)
|
||||
django-celery-beat==2.5.0
|
||||
|
|
@ -104,6 +100,8 @@ requests==2.31.0
|
|||
# requests-oauthlib
|
||||
requests-oauthlib==1.3.1
|
||||
# via newsreader (pyproject.toml)
|
||||
setuptools==72.1.0
|
||||
# via django-axes
|
||||
sgmllib3k==1.0.0
|
||||
# via feedparser
|
||||
six==1.16.0
|
||||
|
|
@ -138,6 +136,3 @@ wcwidth==0.2.6
|
|||
# prompt-toolkit
|
||||
webencodings==0.5.1
|
||||
# via bleach
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue