Skip to content

Commit

Permalink
sync requirements between setup.py and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioEtrange committed Mar 6, 2022
1 parent 4ec4c99 commit 4b3588d
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 @@ -81,7 +81,7 @@ def run(self):
'PyQt5>=5.6.0',
'Pillow>=5.2.0',
'psutil>=5.0.0',
'python-slugify>=1.2.1',
'python-slugify>=1.2.1,<3.0.0',
'raven>=6.0.0',
],
classifiers=[],
Expand Down

0 comments on commit 4b3588d

Please sign in to comment.