Skip to content

Commit

Permalink
chore: re-generate requirements files with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Sep 16, 2023
1 parent 4c7cd49 commit ffa5bbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 39 deletions.
3 changes: 0 additions & 3 deletions requirements-lint.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ flake8-pep3101
flake8-print
flake8-quotes
flake8-todo
importlib-metadata; python_version < '3.8'
isort
pytest
pytest-cov
pyupgrade
typed-ast; python_version < '3.8' # dependency of black
zipp; python_version < '3.8' # dependency of importlib-metadata
26 changes: 3 additions & 23 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements-lint.in
#
Expand Down Expand Up @@ -66,15 +66,6 @@ gitpython==3.1.29
# via bandit
idna==3.4
# via requests
importlib-metadata==4.2.0 ; python_version < "3.8"
# via
# -r requirements-lint.in
# click
# flake8
# flake8-comprehensions
# pluggy
# pytest
# stevedore
iniconfig==1.1.1
# via pytest
isort==5.10.1
Expand Down Expand Up @@ -128,18 +119,7 @@ tomli==2.0.1
# black
# coverage
# pytest
typed-ast==1.5.4 ; python_version < "3.8"
# via
# -r requirements-lint.in
# black
typing-extensions==4.4.0
# via
# black
# gitpython
# importlib-metadata
# via black
urllib3==1.26.12
# via requests
zipp==3.10.0 ; python_version < "3.8"
# via
# -r requirements-lint.in
# importlib-metadata
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
coveralls
flake8
importlib-metadata; python_version < '3.8'
pytest
pytest-cov
14 changes: 2 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
#
Expand All @@ -24,12 +24,6 @@ flake8==5.0.4
# via -r requirements.in
idna==3.4
# via requests
importlib-metadata==4.2.0 ; python_version < "3.8"
# via
# -r requirements.in
# flake8
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
mccabe==0.7.0
Expand All @@ -56,9 +50,5 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.4.0
# via importlib-metadata
urllib3==1.26.12
# via requests
zipp==3.8.1
# via importlib-metadata

0 comments on commit ffa5bbc

Please sign in to comment.