-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax ruamel.yaml dependancy cap and support python 3.7 (#831)
* migrate off of deprecated [tox:travis] * Only require typing for python < 3.7 * add workaround for lxml on py37-windows
- Loading branch information
1 parent
8d72da0
commit 7f8a62c
Showing
5 changed files
with
52 additions
and
26 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
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
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,11 +1,12 @@ | ||
requests>=2.4.3 | ||
ruamel.yaml>=0.12.4,<0.15 | ||
ruamel.yaml>=0.12.4,<0.16 | ||
rdflib>=4.2.2,<4.3 | ||
shellescape>=3.4.1,<3.5 | ||
schema-salad>=2.6.20170927145003,<3 | ||
typing>=3.5.3 | ||
typing>=3.5.3; python_version < "3.7" | ||
pathlib2==2.3.2; python_version<"3" | ||
prov==1.5.1 | ||
bagit==1.6.4 | ||
mypy-extensions | ||
psutil | ||
subprocess32 >= 3.5.0; os.name=="posix" |
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
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