DanielSank / constraintula

Define relationships between class attributes via equations of constraint.
Apache License 2.0
2 stars 3 forks source link

Remove typing as explicit dependency for recent python versions #8

Closed maffoo closed 4 years ago

maffoo commented 4 years ago

The typing package has been in the standard library since 3.5, so there should be no need to include it as a separate dependency on recent versions of python (we could also just remove the dependency entirely if support for python 3.4 and earlier is not needed). Installing the standalone typing package can lead to weird errors like https://github.com/ethereum/eth-abi/issues/131.