Remove version caps

Version caps can make it hard to use this library
as they impose restrictions on the application/other
library consuming this library so just remove them.
This commit is contained in:
Joshua Harlow 2014-12-05 14:57:27 -08:00
parent a84405e226
commit b87aefcc37
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Build sanity
pbr>=0.6,!=0.7,<1.0
pbr>=0.6
# Python 2->3 compatibility library.
six>=1.7.0
@ -8,4 +8,4 @@ six>=1.7.0
ordereddict
# For pretty formatting machines/state tables...
PrettyTable>=0.7,<0.8
PrettyTable>=0.7

View File

@ -1,8 +1,8 @@
# Build sanity
pbr>=0.6,!=0.7,<1.0
pbr>=0.6
# Python 2->3 compatibility library.
six>=1.7.0
# For pretty formatting machines/state tables...
PrettyTable>=0.7,<0.8
PrettyTable>=0.7

View File

@ -1,6 +1,6 @@
[metadata]
name = automaton
summary = Machines for python.
summary = Friendly state machines for python.
requires-python = >=2.6
author = Joshua Harlow
author-email = harlowja@gmail.com

View File

@ -1,3 +1,3 @@
hacking>=0.9.2,<0.10
hacking>=0.9.2
nose
testtools>=0.9.36,!=1.2.0