Drop enum34 in favor of stdlib enum

Using enum34 has been unnecessary since dropping Python 2 support. It
previously remained as a compatibility shim.
This commit is contained in:
Jon Dufresne 2020-12-27 08:10:20 -08:00
parent 14380668b5
commit 3cfb0ca1e8
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
--use-feature=2020-resolver
cryptography==2.8
enum34; python_version < '3.4'
freezegun
mock
pretend