Skip to content

Commit

Permalink
fix: pip compile with 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Dec 6, 2022
1 parent 5cddf02 commit 2dd85ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion requirements-fmt.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-fmt.in
Expand All @@ -18,3 +18,5 @@ platformdirs==2.5.4
# via black
tomli==2.0.1
# via black
typing-extensions==4.4.0
# via black
4 changes: 2 additions & 2 deletions requirements-integration.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-integration.in
Expand Down Expand Up @@ -266,7 +266,7 @@ wcwidth==0.2.5
# via prompt-toolkit
websocket-client==1.4.2
# via kubernetes
websockets==10.4
websockets==7.0
# via juju
wsproto==1.2.0
# via
Expand Down
6 changes: 5 additions & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-lint.in
Expand Down Expand Up @@ -51,6 +51,10 @@ tomli==2.0.1
# -r ./requirements-fmt.txt
# black
# pyproject-flake8
typing-extensions==4.4.0
# via
# -r ./requirements-fmt.txt
# black

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements-unit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements-unit.in
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking ./requirements.in
Expand Down

0 comments on commit 2dd85ec

Please sign in to comment.