Skip to content

Commit bab9d8d

Browse files
build(enum34): remove enum34 dependency from setup (#61)
This commit removes the enum34 dependency from the core library as the enum34 dependency is not needed since Python version 3.4 and we support Python version >= 3.7. closes #59
1 parent 4536465 commit bab9d8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='apimatic-core',
15-
version='0.2.11',
15+
version='0.2.12',
1616
description='A library that contains core logic and utilities for '
1717
'consuming REST APIs using Python SDKs generated by APIMatic.',
1818
long_description=long_description,
@@ -27,7 +27,6 @@
2727
'jsonpickle~=3.0.1, >= 3.0.1',
2828
'python-dateutil~=2.8.1',
2929
'requests~=2.31',
30-
'enum34~=1.1, >=1.1.10',
3130
'setuptools>=68.0.0',
3231
'jsonpointer~=2.3'
3332
],

0 commit comments

Comments
 (0)