Skip to content

Commit

Permalink
use >= not == for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Jan 7, 2022
1 parent b0bac23 commit 7901532
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 @@ -10,7 +10,7 @@
license='MIT',
author='Elisha Hollander',
classifiers=['Programming Language :: Python :: 3'],
install_requires=['six==1.14.0'],
install_requires=['six>=1.14.0'],
entry_points={ 'console_scripts': [ 'gitback=gitback.__init__:backup' ] },
python_requires='>3.8'
)

0 comments on commit 7901532

Please sign in to comment.