-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from Preocts/preocts
Remove pins from dev requirements
- Loading branch information
Showing
5 changed files
with
14 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,9 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --no-emit-index-url requirements/requirements-dev.in | ||
# | ||
black==24.2.0 | ||
# via -r requirements/requirements-dev.in | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
click==8.1.7 | ||
# via black | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.13.1 | ||
# via virtualenv | ||
flake8==7.0.0 | ||
# via | ||
# -r requirements/requirements-dev.in | ||
# flake8-builtins | ||
# pep8-naming | ||
flake8-builtins==2.2.0 | ||
# via -r requirements/requirements-dev.in | ||
flake8-pep585==0.1.7 | ||
# via -r requirements/requirements-dev.in | ||
identify==2.5.35 | ||
# via pre-commit | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy==1.9.0 | ||
# via -r requirements/requirements-dev.in | ||
mypy-extensions==1.0.0 | ||
# via | ||
# black | ||
# mypy | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
packaging==24.0 | ||
# via black | ||
pathspec==0.12.1 | ||
# via black | ||
pep8-naming==0.14.1 | ||
# via -r requirements/requirements-dev.in | ||
platformdirs==4.2.0 | ||
# via | ||
# black | ||
# virtualenv | ||
pre-commit==3.6.2 | ||
# via -r requirements/requirements-dev.in | ||
pycodestyle==2.11.1 | ||
# via flake8 | ||
pyflakes==3.2.0 | ||
# via flake8 | ||
pyyaml==6.0.1 | ||
# via pre-commit | ||
typing-extensions==4.10.0 | ||
# via mypy | ||
virtualenv==20.25.1 | ||
# via pre-commit | ||
# Development Requirements - linting, formatting, etc. | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools | ||
pre-commit | ||
black | ||
mypy | ||
flake8 | ||
flake8-builtins | ||
flake8-pep585 | ||
pep8-naming |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,6 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --no-emit-index-url requirements/requirements-test.in | ||
# | ||
argcomplete==3.2.3 | ||
# via nox | ||
colorlog==6.8.2 | ||
# via nox | ||
coverage==7.4.3 | ||
# via -r requirements/requirements-test.in | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.13.1 | ||
# via virtualenv | ||
iniconfig==2.0.0 | ||
# via pytest | ||
nox==2024.3.2 | ||
# via -r requirements/requirements-test.in | ||
packaging==24.0 | ||
# via | ||
# nox | ||
# pytest | ||
platformdirs==4.2.0 | ||
# via virtualenv | ||
pluggy==1.4.0 | ||
# via pytest | ||
pytest==8.1.1 | ||
# via | ||
# -r requirements/requirements-test.in | ||
# pytest-randomly | ||
pytest-randomly==3.15.0 | ||
# via -r requirements/requirements-test.in | ||
virtualenv==20.25.1 | ||
# via nox | ||
# Testing Requirements | ||
|
||
pytest | ||
pytest-randomly | ||
coverage | ||
nox |