summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-18 13:32:15 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commitf0d2a962e387cdac215071ed3979f96159489bc9 (patch)
tree16496cffba51166136bf699bc52a88ae35874d05
parent3c1c8b6436f6b621e70ca0b9ab1374c3de392abf (diff)
downloadqtivi-qface-f0d2a962e387cdac215071ed3979f96159489bc9.tar.gz
Add a requirements_minimal.txt file
With this special requirements file, we can use the CI to test with our minimal requriements, but also test the latest versions of our dependencies.
-rw-r--r--requirements_minimal.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/requirements_minimal.txt b/requirements_minimal.txt
new file mode 100644
index 0000000..95ccc43
--- /dev/null
+++ b/requirements_minimal.txt
@@ -0,0 +1,15 @@
+antlr4-python3-runtime==4.7.1
+argh==0.26.2
+click==6.7
+coloredlogs==10.0
+humanfriendly==4.15.1
+Jinja2==2.11.3
+MarkupSafe==1.1
+path.py==11.0.1
+pathtools==0.1.2
+PyYAML==5.4
+six==1.11.0
+typing==3.6.4
+watchdog==0.8.3
+pytest==5.3.5
+pytest-cov==2.8.1