-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pypi release github workflow, remove unnecessary, empty commen…
…t lines and add requirements & dev-requirements.txt
- Loading branch information
1 parent
020ca08
commit 376b368
Showing
4 changed files
with
86 additions
and
49 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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --constraint=requirements.txt --extra=dev --output-file=dev-requirements.txt pyproject.toml | ||
# | ||
black==22.1.0 | ||
# via kpi-calculator (pyproject.toml) | ||
build==1.0.3 | ||
# via kpi-calculator (pyproject.toml) | ||
bump2version==1.0.1 | ||
# via kpi-calculator (pyproject.toml) | ||
click==8.1.7 | ||
# via black | ||
coloredlogs==15.0.1 | ||
# via | ||
# -c requirements.txt | ||
# kpi-calculator (pyproject.toml) | ||
coverage[toml]==7.5.4 | ||
# via pytest-cov | ||
flake8==6.0.0 | ||
# via | ||
# flake8-pyproject | ||
# kpi-calculator (pyproject.toml) | ||
flake8-pyproject==1.2.3 | ||
# via kpi-calculator (pyproject.toml) | ||
humanfriendly==10.0 | ||
# via | ||
# -c requirements.txt | ||
# coloredlogs | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isort==5.13.2 | ||
# via kpi-calculator (pyproject.toml) | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mypy==1.5.1 | ||
# via kpi-calculator (pyproject.toml) | ||
mypy-extensions==1.0.0 | ||
# via | ||
# black | ||
# mypy | ||
packaging==24.1 | ||
# via | ||
# build | ||
# pytest | ||
# setuptools-git-versioning | ||
pathspec==0.12.1 | ||
# via black | ||
platformdirs==4.2.2 | ||
# via black | ||
pluggy==1.5.0 | ||
# via pytest | ||
pycodestyle==2.10.0 | ||
# via flake8 | ||
pyflakes==3.0.1 | ||
# via flake8 | ||
pyproject-hooks==1.1.0 | ||
# via build | ||
pytest==7.3.2 | ||
# via | ||
# kpi-calculator (pyproject.toml) | ||
# pytest-cov | ||
pytest-cov==4.0.0 | ||
# via kpi-calculator (pyproject.toml) | ||
setuptools-git-versioning==1.13.6 | ||
# via kpi-calculator (pyproject.toml) | ||
tomli==2.0.1 | ||
# via black | ||
typing-extensions==4.12.2 | ||
# via mypy | ||
wheel==0.40.0 | ||
# via kpi-calculator (pyproject.toml) | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements.txt pyproject.toml | ||
# | ||
coloredlogs==15.0.1 | ||
# via kpi-calculator (pyproject.toml) | ||
humanfriendly==10.0 | ||
# via coloredlogs |