Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Remove useless sub-dependency pinning in setup.py
Browse files Browse the repository at this point in the history
ws4py fixed the bug that prevented our integration tests from passing in
a newly released v0.4.1. No need to pin them explicitly in our
`setup.py` anymore.
  • Loading branch information
Virgil Dupras committed Mar 30, 2017
1 parent 8aef6ca commit e936511
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def read_relative_file(filename):
keywords='lxd lxc containers environments orchestration devops',
zip_safe=False,
install_requires=[
# This requirement below is actually a pylxd dependency, but a recent ws4py release broke
# lxdock. Until we figure out how to fix the problem upstream, we pin ws4py to v0.3.4 here.
'ws4py==0.3.4',
'colorlog>=2.0,<3.0',
'pylxd>=2.2,<3.0',
'PyYAML>=3.0,<4.0',
Expand Down

0 comments on commit e936511

Please sign in to comment.