Skip to content

Commit

Permalink
Add packaging dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jthorpe-som committed Oct 2, 2021
1 parent cf284fd commit 6aa3a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
from ffmpeg_gui import __name__ as name

requirements = []
extra_requirements = {"dev": ["pylint>=2.0.0"]}
extra_requirements = {"dev": ["pylint>=2.0.0",
"wheel>=0.37.0",
"twine>=3.4.0"]}

with open('README.md', encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit 6aa3a71

Please sign in to comment.