This commit is contained in:
Ryan Hamel 2024-07-15 20:59:16 +00:00
Родитель f599a62a53
Коммит a29c7bc380
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -127,7 +127,7 @@ setup(
"../notices", "../notices",
] ]
}, },
install_requires=["typing_extensions==3.7.4.3", "zipp==3.19.1"], install_requires=["typing_extensions==3.7.4.3"],
tests_require=["pytest==3.2.3"], tests_require=["pytest==3.2.3"],
cmdclass={"test": PyTest, "format": Formatter, "types": TypeChecking}, cmdclass={"test": PyTest, "format": Formatter, "types": TypeChecking},
url="http://www.cyclecomputing.com", url="http://www.cyclecomputing.com",