4
setup.py
4
setup.py
@@ -67,9 +67,9 @@ setup(
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: MacOS :: MacOS X",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
],
|
||||
install_requires=[
|
||||
@@ -101,7 +101,7 @@ setup(
|
||||
"rich_theme_manager>=0.11.0",
|
||||
"shortuuid==1.0.9",
|
||||
"tenacity>=8.0.1,<9.0.0",
|
||||
"textx>=2.3.0,<3.0.0",
|
||||
"textx>=3.0.0,<4.0.0",
|
||||
"toml>=0.10.2,<0.11.0",
|
||||
"wrapt>=1.14.1,<2.0.0",
|
||||
"wurlitzer>=3.0.2,<4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user