|
@@ -10,7 +10,7 @@ license = {text = "MIT"}
|
|
|
classifiers = ["Programming Language :: Python"]
|
|
classifiers = ["Programming Language :: Python"]
|
|
|
keywords = []
|
|
keywords = []
|
|
|
requires-python = ">=3.7"
|
|
requires-python = ">=3.7"
|
|
|
-dependencies = ["pydantic==1.*"]
|
|
|
|
|
|
|
+dependencies = ["pydantic==1.*", "inject", "asgiref"]
|
|
|
dynamic = ["version"]
|
|
dynamic = ["version"]
|
|
|
|
|
|
|
|
[project.optional-dependencies]
|
|
[project.optional-dependencies]
|
|
@@ -18,6 +18,11 @@ test = [
|
|
|
"pytest",
|
|
"pytest",
|
|
|
"pytest-cov"
|
|
"pytest-cov"
|
|
|
]
|
|
]
|
|
|
|
|
+dramatiq = ["dramatiq"]
|
|
|
|
|
+fastapi = ["fastapi"]
|
|
|
|
|
+auth = ["jwt"]
|
|
|
|
|
+fluentbit = ["fluentbit"]
|
|
|
|
|
+sql = ["sqlalchemy==2.*"]
|
|
|
|
|
|
|
|
[project.urls]
|
|
[project.urls]
|
|
|
homepage = "https://github.com/nens/clean-python"
|
|
homepage = "https://github.com/nens/clean-python"
|