diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 11:28:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 11:28:14 +0000 |
commit | b678a621c57a6d3fdfac14bdbbef0ed743ab1742 (patch) | |
tree | 5481c14ce75dfda9c55721de033992b45ab0e1dc /requirements-dev.txt | |
parent | Initial commit. (diff) | |
download | mycli-b678a621c57a6d3fdfac14bdbbef0ed743ab1742.tar.xz mycli-b678a621c57a6d3fdfac14bdbbef0ed743ab1742.zip |
Adding upstream version 1.22.2.upstream/1.22.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..8e206a5 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,14 @@ +mock +pytest!=3.3.0 +pytest-cov==2.4.0 +tox +twine==1.12.1 +behave +pexpect +coverage==5.0.4 +codecov==2.0.9 +autopep8==1.3.3 +colorama==0.4.1 +git+https://github.com/hayd/pep8radius.git # --error-status option not released +click>=7.0 +paramiko==2.7.1 |