Skip to content

Commit

Permalink
build: convert package names to lowercase (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Aug 28, 2022
1 parent 5049a32 commit 29bc69a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -32,16 +32,16 @@ colorama = ">=0.4.3"
dunamai = ">=1.7.0"
importlib-metadata = { version = ">=3.4,<5.0", python = "<3.8" }
iteration_utilities = ">=0.11.0"
Jinja2 = ">=3.1.1"
jinja2 = ">=3.1.1"
jinja2-ansible-filters = ">=1.3.1"
mkdocs-material = { version = ">=8.2,<9.0.0", optional = true }
mkdocstrings = {extras = ["python"], version = ">=0.19.0", optional = true}
packaging = ">=21.0" # packaging is needed when installing from PyPI
pathspec = ">=0.9.0"
plumbum = ">=1.6.9"
pydantic = ">=1.9.0"
Pygments = ">=2.7.1"
PyYAML = ">=5.3.1"
pygments = ">=2.7.1"
pyyaml = ">=5.3.1"
pyyaml-include = ">=1.2"
questionary = ">=1.8.1"
typing-extensions = { version = ">=3.7.4,<5.0.0", python = "<3.8" }
Expand All @@ -66,7 +66,7 @@ pre-commit = ">=2.17.0"
pytest = ">=7.0.1"
pytest-cov = ">=3.0.0"
pytest-xdist = ">=2.5.0"
types-PyYAML = ">=6.0.4"
types-pyyaml = ">=6.0.4"
types-backports = ">=0.1.3"

[tool.poe.tasks.clean]
Expand Down

0 comments on commit 29bc69a

Please sign in to comment.