mirror of https://github.com/nucypher/nucypher.git
rollback tzlocal to version 2.1 to workaround for https://github.com/timofurrer/maya/issues/191
parent
cd6e5f9b2d
commit
e6c03720e6
1
Pipfile
1
Pipfile
|
@ -19,6 +19,7 @@ cryptography = ">=2.3"
|
|||
pysha3="*"
|
||||
# Utilities
|
||||
maya = "*"
|
||||
tzlocal = "==2.1"
|
||||
marshmallow = "*"
|
||||
msgpack = "*"
|
||||
# Web
|
||||
|
|
|
@ -95,7 +95,7 @@ trie==2.0.0a4
|
|||
twisted==20.3.0
|
||||
txaio==20.4.1
|
||||
typing-extensions==3.7.4.3
|
||||
tzlocal==3.0b1
|
||||
tzlocal==2.1
|
||||
umbral==0.1.3a2
|
||||
urllib3==1.25.10
|
||||
varint==1.0.2
|
||||
|
|
Loading…
Reference in New Issue