diff options
| author | Jürgen Ryannel <juergen@ryannel.org> | 2020-02-04 14:25:57 +0100 |
|---|---|---|
| committer | Dominik Holland <dominik.holland@googlemail.com> | 2022-01-27 13:50:04 +0100 |
| commit | ab73d1eb69226fd6d0b88a48ea3a8ebafc6720c3 (patch) | |
| tree | 02bbfe38c8cb8a0697ea319de07eee87d273ee67 /setup.py | |
| parent | 685f47902821ae66ba569c9917336dae861f5f7a (diff) | |
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
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -44,15 +44,15 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - 'click', + 'click==6.7', 'antlr4-python3-runtime==4.7.1', - 'jinja2', - 'path.py', - 'pyyaml', - 'typing', - 'watchdog', - 'six', - 'coloredlogs', + 'jinja2==2.10', + 'path.py==11.0.1', + 'pyyaml==5.1', + 'typing==3.6.4', + 'watchdog==0.8.3', + 'six==1.11.0', + 'coloredlogs==10.0', ], extras_require={ 'dev': [ |
