Rebuild dependencies with python 3.9 for now
This commit is contained in:
parent
7f4a3a3e49
commit
0f66c5eb9b
5 changed files with 48 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# This file is autogenerated by pip-compile with Python 3.9
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --extra=testing --output-file=requirements/testing.txt pyproject.toml requirements/base.txt
|
||||
|
|
@ -84,7 +84,7 @@ drf-yasg==1.21.6
|
|||
# newsreader (pyproject.toml)
|
||||
factory-boy==3.2.1
|
||||
# via newsreader (pyproject.toml)
|
||||
faker==18.11.1
|
||||
faker==18.11.2
|
||||
# via factory-boy
|
||||
feedparser==6.0.10
|
||||
# via
|
||||
|
|
@ -202,6 +202,15 @@ sqlparse==0.4.4
|
|||
# django
|
||||
tblib==2.0.0
|
||||
# via newsreader (pyproject.toml)
|
||||
tomli==2.0.1
|
||||
# via
|
||||
# autoflake
|
||||
# black
|
||||
typing-extensions==4.6.3
|
||||
# via
|
||||
# -r requirements/base.txt
|
||||
# asgiref
|
||||
# black
|
||||
uritemplate==4.1.1
|
||||
# via
|
||||
# -r requirements/base.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue