Skip to content

Commit

Permalink
freeze qface dependencies based on QtIVI input
Browse files Browse the repository at this point in the history
  • Loading branch information
jryannel committed Jan 30, 2020
1 parent ca2868a commit df1dbe8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions 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
16 changes: 8 additions & 8 deletions setup.py
Expand Up @@ -44,15 +44,15 @@
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': [
Expand Down

0 comments on commit df1dbe8

Please sign in to comment.