Skip to content

Commit

Permalink
Add missing dependency to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmiller11 committed Jun 30, 2023
1 parent ccc524c commit 80ddcc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='psbs',
version='0.1.3',
version='0.1.4',
python_requires='>=3.8',
description='PuzzleScript Build System',
long_description=long_description,
Expand All @@ -24,7 +24,8 @@
'jinja2',
'pyyaml',
'Pillow',
'platformdirs'
'platformdirs',
'requests'
],

classifiers=[
Expand Down

0 comments on commit 80ddcc2

Please sign in to comment.