Skip to content

Commit 50dffb6

Browse files
committed
fixed more type issues
1 parent 7dfd7cc commit 50dffb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
long_description=readme,
4141
include_package_data=True,
4242
install_requires=[
43-
'python-utils>=3.0.0',
43+
'python-utils>=3.4.5',
4444
],
4545
setup_requires=['setuptools'],
4646
zip_safe=False,
@@ -55,6 +55,7 @@
5555
'pytest-mypy',
5656
'freezegun>=0.3.11',
5757
'sphinx>=1.8.5',
58+
'dill>=0.3.6',
5859
],
5960
},
6061
python_requires='>=3.7.0',

0 commit comments

Comments
 (0)