Skip to content

Commit c8c7b83

Browse files
committed
adds all deps to install
1 parent 6c4eb89 commit c8c7b83

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
keywords = ["create python cmd"]
1212
license = { text = "BSD 3-Clause License" }
1313
classifiers = ["Programming Language :: Python :: 3"]
14-
dependencies = []
14+
dependencies = ["flake8", "mypy", "pylint", "pytest", "tox", "black"]
1515
# Change this with the version number bump.
1616
# Also make the change in zcmds/version.py
1717
version = "1.2.4"

requirements.testing.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ignore = E501, E203, W503
1212

1313
[testenv]
1414
# install pytest in the virtualenv where commands will be executed
15-
deps =
16-
-r{toxinidir}/requirements.testing.txt
1715
commands =
1816
# NOTE: you can run any command line tool here - not just tests
1917
flake8 src tests

0 commit comments

Comments
 (0)