forked from 00dani/lemoncurry
Ugh. Fix the new MessagePack serialiser to interface reliably with the msgpack library (gotta pass some flags and stuff) - also, actually depend on msgpack to make sure we have it
This commit is contained in:
parent
8d4444cfb9
commit
142e3eff2b
3 changed files with 21 additions and 5 deletions
1
Pipfile
1
Pipfile
|
@ -47,6 +47,7 @@ django-extensions = "*"
|
|||
python-magic = "*"
|
||||
pyup-django = "*"
|
||||
"jinja2" = "*"
|
||||
msgpack = "*"
|
||||
|
||||
[dev-packages]
|
||||
ptpython = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue