From ab73d1eb69226fd6d0b88a48ea3a8ebafc6720c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Ryannel?= Date: Tue, 4 Feb 2020 14:25:57 +0100 Subject: freeze qface dependencies based on QtIVI input (#92) * freeze qface dependencies based on QtIVI input * upgrade version number to 2.0.1 * updated requirements and cli file * fix cli test-ci naming * was wrong fix * fix travis ci script --- requirements.txt | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index d3aa418..309cb61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,15 @@ antlr4-python3-runtime==4.7.1 -typing -jinja2 -click -path.py -watchdog -livereload -pyyaml -pytest -coverage -pytest-cov -six -coloredlogs +argh==0.26.2 +click==6.7 +coloredlogs==10.0 +humanfriendly==4.15.1 +Jinja2==2.10 +MarkupSafe==1.0 +path.py==11.0.1 +pathtools==0.1.2 +PyYAML==5.1 +six==1.11.0 +typing==3.6.4 +watchdog==0.8.3 +pytest==5.3.5 +pytest-cov==2.8.1 -- cgit v1.2.1