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>2021-06-29 14:50:09 +0200
commit37be832795b123d851f3b0b96583e6c943b48d18 (patch)
tree16496cffba51166136bf699bc52a88ae35874d05
parent682293eff76f78583c5d7be9a67a12601bd42357 (diff)
downloadqtivi-qface-37be832795b123d851f3b0b96583e6c943b48d18.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