Skip to content

Commit

Permalink
Update sortedcontainers version in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
egemenimre committed Nov 12, 2020
1 parent 886c223 commit 3eabe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@
python_requires='~=3.5',

install_requires=[
'sortedcontainers ~= 2.2.2',
'sortedcontainers >=2.2.0, <3.0.0',
],
extras_require={
'test': ['pytest ~= 5.0.1'],
Expand Down

0 comments on commit 3eabe4e

Please sign in to comment.