Skip to content

Commit

Permalink
Relax dependency version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konstantinov authored Feb 5, 2021
1 parent 5b8058e commit d84f7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def find_version(*file_paths):
author_email='dev.local@gmail.com',
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=[
'six==1.11.0',
'six>=1.11.0',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d84f7e1

Please sign in to comment.