Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zsambokiandras committed Jan 9, 2025
1 parent 88aa0ab commit 68c882c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Testing",
Expand All @@ -44,12 +41,9 @@
"pyzmq",
"terminaltables",
"requests>=2.4.3",
"Flask>2.0.0,<2.3.0; python_version=='3.7'",
"Flask>2.0.0; python_version>='3.8'",
"Werkzeug>2.0.0,<2.3.0; python_version=='3.7'",
"Werkzeug>2.0.0; python_version>='3.8'",
"flask_restx<1.2.0; python_version=='3.7'",
"flask_restx; python_version>='3.8'",
"Flask>2.0.0",
"Werkzeug>2.0.0",
"flask_restx",
"cheroot",
"boltons",
"validators<=0.20.0",
Expand All @@ -66,7 +60,7 @@
"orjson; python_version>='3.8'",
"flask-orjson; python_version>='3.8'"
]
requires-python = ">=3.7"
requires-python = ">=3.10"

[project.urls]
homepage = "https://github.com/morganstanley/testplan"
Expand Down

0 comments on commit 68c882c

Please sign in to comment.