summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:40:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:40:12 +0000
commit8ffd3f30ec80895fe0f206b8dd3a25ea1457f9a5 (patch)
tree4e205849ae64ccd4d1797a1ad7579416f69f52ee /requirements-dev.txt
parentInitial commit. (diff)
downloadpgcli-8ffd3f30ec80895fe0f206b8dd3a25ea1457f9a5.tar.xz
pgcli-8ffd3f30ec80895fe0f206b8dd3a25ea1457f9a5.zip
Adding upstream version 3.5.0.upstream/3.5.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
new file mode 100644
index 0000000..9bf1117
--- /dev/null
+++ b/requirements-dev.txt
@@ -0,0 +1,13 @@
+pytest>=2.7.0
+tox>=1.9.2
+behave>=1.2.4
+black>=22.3.0
+pexpect==3.3; platform_system != "Windows"
+pre-commit>=1.16.0
+coverage>=5.0.4
+codecov>=1.5.1
+docutils>=0.13.1
+autopep8>=1.3.3
+twine>=1.11.0
+wheel>=0.33.6
+sshtunnel>=0.4.0 \ No newline at end of file