Skip to content

Commit

Permalink
Drop unnecessary version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 28, 2023
1 parent d56d69c commit 7d17b2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
history = history_file.read()

requirements = [
'keyname>=0.5.2',
'matplotlib>=3.3.2',
'python-slugify>=4.0.1',
'keyname',
'matplotlib',
'python-slugify',
'distutils-strtobool'
]

Expand Down

0 comments on commit 7d17b2b

Please sign in to comment.