chore(test): remove redundant dependencies

dependencies for test environments are handled by tox and defined in tox.ini
This commit is contained in:
Tiara Rodney 2025-06-20 19:57:57 +02:00
parent 6955b5e330
commit ab626d5c8e
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
2 changed files with 1 additions and 125 deletions

View file

@ -4,10 +4,7 @@ verify_ssl = true
name = "pypi"
[dev-packages]
mypy = "~=1.15.0"
autopep8 = "~=2.3.2"
setuptools-scm = "~=8.2.0"
pylint = "~=3.3.6"
build = "*"
pipenv = "*"
byteb4rb1e-utils = { editable = true, path = '.'}