Skip to content

Commit cc41e29

Browse files
remove msgpack pin (influxdata#818)
The hard lock prevents this from being co-installed with many other packages. For instance, it's preventing it from being included in openstack (which is on 0.6.2 and working on 1.0.0 now). Signed-off-by: Matthew Thode <mthode@mthode.org>
1 parent b4390cc commit cc41e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ python-dateutil>=2.6.0
22
pytz
33
requests>=2.17.0
44
six>=1.10.0
5-
msgpack==0.6.1
5+
msgpack

0 commit comments

Comments
 (0)