Skip to content

Commit

Permalink
release-prep: add version dependencies for pygreat and pyfwup
Browse files Browse the repository at this point in the history
  • Loading branch information
ktemkin committed Sep 4, 2019
1 parent d902d9e commit 3e00b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def read(fname):
install_requires= [
per_version_requirements,
'pyusb',
'pygreat',
'pygreat>={}'.format(setup_options['version']),
'future',
'pyfwup',
'pyfwup>=0.2',
'tqdm',
'cmsis_svd',
'tabulate',
Expand Down

0 comments on commit 3e00b20

Please sign in to comment.