Use python 3.9 to build dependencies
This commit is contained in:
parent
bd48634509
commit
bea7afb355
2 changed files with 3 additions and 26 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with python 3.7
|
# This file is autogenerated by pip-compile with python 3.9
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile --output-file=requirements/development.txt requirements/development.in
|
# pip-compile --output-file=requirements/development.txt requirements/development.in
|
||||||
|
|
@ -31,10 +31,6 @@ faker==13.12.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
freezegun==1.2.1
|
freezegun==1.2.1
|
||||||
# via -r requirements/development.in
|
# via -r requirements/development.in
|
||||||
importlib-metadata==4.11.4
|
|
||||||
# via
|
|
||||||
# -c requirements/production.txt
|
|
||||||
# click
|
|
||||||
isort==5.10.1
|
isort==5.10.1
|
||||||
# via -r requirements/development.in
|
# via -r requirements/development.in
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
|
|
@ -67,16 +63,5 @@ tblib==1.7.0
|
||||||
# via -r requirements/development.in
|
# via -r requirements/development.in
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
# via black
|
# via black
|
||||||
typed-ast==1.5.4
|
|
||||||
# via black
|
|
||||||
typing-extensions==4.2.0
|
typing-extensions==4.2.0
|
||||||
# via
|
# via black
|
||||||
# -c requirements/production.txt
|
|
||||||
# asgiref
|
|
||||||
# black
|
|
||||||
# faker
|
|
||||||
# importlib-metadata
|
|
||||||
zipp==3.8.0
|
|
||||||
# via
|
|
||||||
# -c requirements/production.txt
|
|
||||||
# importlib-metadata
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with python 3.7
|
# This file is autogenerated by pip-compile with python 3.9
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile --output-file=requirements/production.txt requirements/production.in
|
# pip-compile --output-file=requirements/production.txt requirements/production.in
|
||||||
|
|
@ -64,8 +64,6 @@ gunicorn==20.1.0
|
||||||
# via -r requirements/production.in
|
# via -r requirements/production.in
|
||||||
idna==3.3
|
idna==3.3
|
||||||
# via requests
|
# via requests
|
||||||
importlib-metadata==4.11.4
|
|
||||||
# via kombu
|
|
||||||
inflection==0.5.1
|
inflection==0.5.1
|
||||||
# via drf-yasg
|
# via drf-yasg
|
||||||
itypes==1.2.0
|
itypes==1.2.0
|
||||||
|
|
@ -124,10 +122,6 @@ soupsieve==2.3.2.post1
|
||||||
# via beautifulsoup4
|
# via beautifulsoup4
|
||||||
sqlparse==0.4.2
|
sqlparse==0.4.2
|
||||||
# via django
|
# via django
|
||||||
typing-extensions==4.2.0
|
|
||||||
# via
|
|
||||||
# asgiref
|
|
||||||
# importlib-metadata
|
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
# via
|
# via
|
||||||
# coreapi
|
# coreapi
|
||||||
|
|
@ -144,8 +138,6 @@ wcwidth==0.2.5
|
||||||
# via ftfy
|
# via ftfy
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
# via bleach
|
# via bleach
|
||||||
zipp==3.8.0
|
|
||||||
# via importlib-metadata
|
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
# setuptools
|
# setuptools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue