forked from jeetsukumaran/DendroPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements.txt to work with python3.6
- Loading branch information
1 parent
f2c8118
commit 0be92af
Showing
4 changed files
with
49 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |