summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Ryannel <juergen@ryannel.org>2020-01-30 16:41:07 +0100
committerJuergen Ryannel <juergen@ryannel.org>2020-01-30 16:41:07 +0100
commitdf1dbe8643dfd2536cf351fe9db0a9c892679e9a (patch)
tree11145d632068c1ae1107f0ba5866afc0b53f544f
parentca2868a450c4090d5460827a896648280bb72eb0 (diff)
downloadqtivi-qface-df1dbe8643dfd2536cf351fe9db0a9c892679e9a.tar.gz
freeze qface dependencies based on QtIVI input2.0.1
-rw-r--r--requirements.txt24
-rw-r--r--setup.py16
2 files changed, 20 insertions, 20 deletions
diff --git a/requirements.txt b/requirements.txt
index d3aa418..34a8a51 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,13 @@
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
diff --git a/setup.py b/setup.py
index d7b65eb..024dbaa 100644
--- a/setup.py
+++ b/setup.py
@@ -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': [