We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f234d2 commit 9354061Copy full SHA for 9354061
pyproject.toml
@@ -28,3 +28,8 @@ Documentation = "https://domdf_python_tools.readthedocs.io/en/latest"
28
dates = [ "pytz>=2019.1",]
29
testing = [ "pytest>=6.2.0", "pytest-regressions>=2.0.2",]
30
all = [ "pytest>=6.2.0", "pytest-regressions>=2.0.2", "pytz>=2019.1",]
31
+
32
+[tool.mkrecipe]
33
+conda-channels = [ "domdfcoding", "conda-forge",]
34
+extras = [ "dates",]
35
+license-key = "LGPLv3+"
0 commit comments