diff --git a/pyproject.toml b/pyproject.toml index e427c41..5480325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=68","wheel"] +requires = ["setuptools==69.2.0","wheel==0.43.0"] build-backend = "setuptools.build_meta" [project] @@ -10,31 +10,30 @@ authors = [ ] description = "Jefferson Lab Alarm Warning System API" readme = "README.md" -requires-python = ">=3.9" +requires-python = "==3.9.*" keywords = ["kafka", "alarm"] license = {text = "MIT License"} classifiers = [ - "Framework :: Django", - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3" ] dependencies = [ - "confluent-kafka[schema-registry,avro]>=2.2.0", - "psutil>=5.9.5", - "tabulate>=0.9.0", - "requests>=2.31.0", - "click>=7.1.2" + "confluent-kafka[schema-registry,avro]==2.3.0", + "psutil==5.9.8", + "tabulate==0.9.0", + "requests==2.31.0", + "click==7.1.2" ] [project.optional-dependencies] dev = [ - "build>=0.10.0", - "pytest>=7.4.0", - "pytest-env>=0.8.2", - "pylint>=2.17.4", - "Sphinx>=6.2.1", - "sphinx_click>=4.4.0", - "sphinx-rtd-theme>=1.2.2", - "sphinx-autodoc-typehints>=1.23.0" + "build==1.1.1", + "pytest==7.4.4", + "pytest-env==1.1.3", + "pylint==2.17.7", + "Sphinx==6.2.1", + "sphinx_click==4.4.0", + "sphinx-rtd-theme==1.3.0", + "sphinx-autodoc-typehints==1.23.0" ] [tool.setuptools.dynamic]