Skip to content

Commit

Permalink
Update requirements, else some installation will fail :/
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Feb 12, 2018
1 parent 22063dc commit f7d3e26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# CherryPy >= 5.1.0 and PyOpenssl == 0.14 (16 seems broken) are required for proper HTTPS setup
# They are not added as hard dependencie here so that packaging works fine
# CherryPy is not packaged anymore since v3.5XX so we let it as is.
# CherryPy<9.0.0
CherryPy
CherryPy<9.0.0

# Version <=2.14.2 else some tests using requests-mock are broken with the 2.16.0 version
# requests>=2.7.0,<=2.14.2
Expand All @@ -27,8 +26,7 @@ numpy<1.12.0; python_version < '2.7'
numpy; python_version >= '2.7'

# SSL between the daemons
# pyopenssl>=0.15
pyopenssl
pyopenssl>=0.15

# docopt is used by the alignak_environment script
docopt
Expand Down

0 comments on commit f7d3e26

Please sign in to comment.