Skip to content

Commit

Permalink
Update requirements.txt to work with python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
connoryang1 committed Oct 31, 2023
1 parent f2c8118 commit 0be92af
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 24 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
pytest
pytest==7.0.1
iniconfig==1.1.1
pluggy==1.0.0
packaging==21.3
tomli==1.2.3
importlib-metadata==4.8.3
typing-extensions==4.1.1
zipp==3.6.0
37 changes: 14 additions & 23 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.in
# pip-compile --output-file requirements.txt requirements.in
#
exceptiongroup==1.1.3
# via pytest
importlib-metadata==6.7.0
# via
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.2.0
# via pytest
pytest==7.4.3
# via -r requirements.in
tomli==2.0.1
# via pytest
typing-extensions==4.7.1
# via importlib-metadata
zipp==3.15.0
# via importlib-metadata
attrs==22.2.0 # via pytest
importlib-metadata==4.8.3
iniconfig==1.1.1
packaging==21.3
pluggy==1.0.0
py==1.11.0 # via pytest
pyparsing==3.1.1 # via packaging
pytest==7.0.1
tomli==1.2.3
typing-extensions==4.1.1
zipp==3.6.0
1 change: 1 addition & 0 deletions .github/workflows/requirements37.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest
26 changes: 26 additions & 0 deletions .github/workflows/requirements37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile requirements.in
#
exceptiongroup==1.1.3
# via pytest
importlib-metadata==6.7.0
# via
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.2.0
# via pytest
pytest==7.4.3
# via -r requirements.in
tomli==2.0.1
# via pytest
typing-extensions==4.7.1
# via importlib-metadata
zipp==3.15.0
# via importlib-metadata

0 comments on commit 0be92af

Please sign in to comment.