From bea7afb35580b8ff1e940d2aa69712291fb72167 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 26 May 2022 11:54:21 +0200 Subject: [PATCH] Use python 3.9 to build dependencies --- requirements/development.txt | 19 ++----------------- requirements/production.txt | 10 +--------- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 5aa0192..9ed9c2b 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -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: # # pip-compile --output-file=requirements/development.txt requirements/development.in @@ -31,10 +31,6 @@ faker==13.12.0 # via factory-boy freezegun==1.2.1 # via -r requirements/development.in -importlib-metadata==4.11.4 - # via - # -c requirements/production.txt - # click isort==5.10.1 # via -r requirements/development.in mypy-extensions==0.4.3 @@ -67,16 +63,5 @@ tblib==1.7.0 # via -r requirements/development.in tomli==2.0.1 # via black -typed-ast==1.5.4 - # via black typing-extensions==4.2.0 - # via - # -c requirements/production.txt - # asgiref - # black - # faker - # importlib-metadata -zipp==3.8.0 - # via - # -c requirements/production.txt - # importlib-metadata + # via black diff --git a/requirements/production.txt b/requirements/production.txt index 5e53e30..0fef00d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -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: # # pip-compile --output-file=requirements/production.txt requirements/production.in @@ -64,8 +64,6 @@ gunicorn==20.1.0 # via -r requirements/production.in idna==3.3 # via requests -importlib-metadata==4.11.4 - # via kombu inflection==0.5.1 # via drf-yasg itypes==1.2.0 @@ -124,10 +122,6 @@ soupsieve==2.3.2.post1 # via beautifulsoup4 sqlparse==0.4.2 # via django -typing-extensions==4.2.0 - # via - # asgiref - # importlib-metadata uritemplate==4.1.1 # via # coreapi @@ -144,8 +138,6 @@ wcwidth==0.2.5 # via ftfy webencodings==0.5.1 # via bleach -zipp==3.8.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools