Skip to content

Commit

Permalink
Merge pull request #1594 from bridadan/update-requirements
Browse files Browse the repository at this point in the history
Adding missing dependencies
  • Loading branch information
0xc0170 committed Mar 8, 2016
2 parents 165d253 + cb077d1 commit 4db2961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ pyserial
prettytable
Jinja2
IntelHex
mbed-ls
mbed-ls
project-generator>=0.8.8,<0.9.0
junit-xml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
url='https://github.com/mbedmicro/mbed',
packages=find_packages(),
license=LICENSE,
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.8.8,<0.9.0"])
install_requires=["PrettyTable>=0.7.2", "PySerial>=2.7", "IntelHex>=1.3", "colorama>=0.3.3", "Jinja2>=2.7.3", "project-generator>=0.8.8,<0.9.0", "junit-xml"])

# Restore previous private_settings if needed
if backup:
Expand Down

0 comments on commit 4db2961

Please sign in to comment.