Skip to content

Commit

Permalink
Merge pull request #109 from Preocts/preocts
Browse files Browse the repository at this point in the history
Cleanup requirements and pyproject.toml
  • Loading branch information
Preocts authored Jun 29, 2023
2 parents e62d2ba + 3509f9d commit 92700a6
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
28 changes: 14 additions & 14 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,48 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-emit-index-url --resolver=backtracking requirements-dev.in
# pip-compile --no-emit-index-url --resolver=backtracking requirements/requirements-dev.in
#
black==23.3.0
# via -r requirements-dev.in
# via -r requirements/requirements-dev.in
cfgv==3.3.1
# via pre-commit
click==8.1.3
# via black
distlib==0.3.6
# via virtualenv
filelock==3.12.0
filelock==3.12.2
# via virtualenv
flake8==6.0.0
# via
# -r requirements-dev.in
# -r requirements/requirements-dev.in
# flake8-builtins
flake8-builtins==2.1.0
# via -r requirements-dev.in
# via -r requirements/requirements-dev.in
flake8-pep585==0.1.7
# via -r requirements-dev.in
# via -r requirements/requirements-dev.in
identify==2.5.24
# via pre-commit
mccabe==0.7.0
# via flake8
mypy==1.2.0
# via -r requirements-dev.in
mypy==1.4.1
# via -r requirements/requirements-dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.7.0
nodeenv==1.8.0
# via pre-commit
packaging==23.1
# via black
pathspec==0.11.1
# via black
platformdirs==3.5.0
platformdirs==3.8.0
# via
# black
# virtualenv
pre-commit==3.3.1
# via -r requirements-dev.in
pre-commit==3.3.3
# via -r requirements/requirements-dev.in
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
Expand All @@ -54,11 +54,11 @@ tomli==2.0.1
# via
# black
# mypy
typing-extensions==4.5.0
typing-extensions==4.7.0
# via
# black
# mypy
virtualenv==20.23.0
virtualenv==20.23.1
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
30 changes: 15 additions & 15 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-emit-index-url --resolver=backtracking requirements-test.in
# pip-compile --no-emit-index-url --resolver=backtracking requirements/requirements-test.in
#
cachetools==5.3.0
cachetools==5.3.1
# via tox
chardet==5.1.0
# via tox
colorama==0.4.6
# via tox
coverage==7.2.5
# via -r requirements-test.in
coverage==7.2.7
# via -r requirements/requirements-test.in
distlib==0.3.6
# via virtualenv
exceptiongroup==1.1.1
# via pytest
filelock==3.12.0
filelock==3.12.2
# via
# tox
# virtualenv
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via pytest-randomly
iniconfig==2.0.0
# via pytest
Expand All @@ -29,30 +29,30 @@ packaging==23.1
# pyproject-api
# pytest
# tox
platformdirs==3.5.0
platformdirs==3.8.0
# via
# tox
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# pytest
# tox
pyproject-api==1.5.1
pyproject-api==1.5.2
# via tox
pytest==7.3.1
pytest==7.4.0
# via
# -r requirements-test.in
# -r requirements/requirements-test.in
# pytest-randomly
pytest-randomly==3.12.0
# via -r requirements-test.in
# via -r requirements/requirements-test.in
tomli==2.0.1
# via
# pyproject-api
# pytest
# tox
tox==4.5.1
# via -r requirements-test.in
virtualenv==20.23.0
tox==4.6.3
# via -r requirements/requirements-test.in
virtualenv==20.23.1
# via tox
zipp==3.15.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-emit-index-url --resolver=backtracking requirements.in
# pip-compile --no-emit-index-url --resolver=backtracking requirements/requirements.in
#

0 comments on commit 92700a6

Please sign in to comment.