diff --git a/setup.py b/setup.py index 271463a..40edc67 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires=[ 'requests==2.23.0', 'jsonpickle==2.0.0', 'click==6.7', 'npyscreen==4.10.5', 'python-dateutil==2.8.1', - 'pymongo==3.10.1', 'inflection==0.3.1', 'humanize==1.0.0', + 'pymongo==3.10.1', 'inflection==0.3.1', 'humanize==4.3.0', 'future==0.18.3', 'mock==3.0.5' ], tests_require=tests_require,