diff options
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..955a9f5 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,17 @@ +pytest>=3.3.0 +pytest-cov>=2.4.0 +tox +twine>=1.12.1 +behave>=1.2.4 +pexpect>=3.3 +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.11.0 +pyperclip>=1.8.1 +importlib_resources>=5.0.0 +pyaes>=1.6.1 +sqlglot>=5.1.3 |