Skip to content

Commit

Permalink
relax max versions in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
algrs committed Apr 12, 2017
1 parent bfc30a7 commit 5c73b39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion baiji/package_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#
# See https://www.python.org/dev/peps/pep-0420/#namespace-packages-today

__version__ = '2.7.0'
__version__ = '2.7.1'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto>=2.38.0,<3
pyyaml>=3.11,<3.12
progressbar>=2.3,<2.4
pyyaml>=3.11,<4
progressbar>=2.3,<3
requests>=2.9.1,<3
plumbum>=1.6.2,<2
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt

nose2==0.5.0
mock==1.3.0
pylint==1.5.4
nose2>=0.5.0
mock>=1.3.0
pylint>=1.5.4

0 comments on commit 5c73b39

Please sign in to comment.