Merge pull request #4399 from andrewshadura/update-python-deps
Update Dependencies
This commit is contained in:
commit
7f1a6a4ea5
|
@ -0,0 +1 @@
|
|||
Update dependencies on msgpack and pymacaroons to use the up-to-date packages.
|
|
@ -52,8 +52,8 @@ REQUIREMENTS = [
|
|||
"pillow>=3.1.2",
|
||||
"sortedcontainers>=1.4.4",
|
||||
"psutil>=2.0.0",
|
||||
"pymacaroons-pynacl>=0.9.3",
|
||||
"msgpack-python>=0.4.2",
|
||||
"pymacaroons>=0.13.0",
|
||||
"msgpack>=0.5.0",
|
||||
"phonenumbers>=8.2.0",
|
||||
"six>=1.10",
|
||||
# prometheus_client 0.4.0 changed the format of counter metrics
|
||||
|
|
Loading…
Reference in New Issue