Updated dependencies

This commit is contained in:
Rhet Turnbull
2022-09-17 09:03:40 -07:00
parent b5b7a28539
commit 43fcdbc371
7 changed files with 23 additions and 46 deletions

View File

@@ -73,11 +73,11 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
],
install_requires=[
"Click>=8.0.4,<9.0",
"Mako>=1.1.4,<1.2.0",
"PyYAML>=5.4.1,<5.5.0",
"Click>=8.1.3,<9.0",
"Mako>=1.2.2,<1.3.0",
"PyYAML>=6.0.0,<7.0.0",
"bitmath>=1.3.3.1,<1.4.0.0",
"bpylist2==3.0.2",
"bpylist2==4.0.1",
"more-itertools>=8.8.0,<9.0.0",
"objexplore>=1.6.3,<2.0.0",
"osxmetadata>=0.99.34,<1.0.0",