Skip to content

Commit

Permalink
Use pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 27, 2024
1 parent 23e3217 commit fda6f27
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit fda6f27

Please sign in to comment.