Skip to content

Commit 4f72f73

Browse files
committed
Updating requirements in setup.py install_requires.
1 parent 82206c3 commit 4f72f73

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,15 @@ def load_pycparser(finder, module):
9393
packages=find_packages(),
9494
# package_data={'stuntcat': []},
9595
url='https://github.com/pygame/stuntcat',
96-
install_requires=['pygame'],
97-
version='0.0.12',
96+
install_requires=[
97+
"pygame",
98+
"pyscroll",
99+
"pytmx",
100+
"thorpy",
101+
"pymunk>=5.4.1; sys_platform != 'win32'",
102+
"pymunk==5.4.0; sys_platform == 'win32'",
103+
],
104+
version='0.0.13',
98105
entry_points={
99106
'console_scripts': [
100107
'stuntcat=stuntcat.cli:main',

0 commit comments

Comments
 (0)