X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=setup.py;h=c66bef4045a1a147be3aa88ec5daa9952736571e;hb=73518c3b0cec7d960474fc9ab0a8c30a1cd41ec7;hp=bbfb908f62cf3dce634315dd2a6901fceddfc565;hpb=b1653611e4c805719c8a12c86df6c046d292e52b;p=naja.git diff --git a/setup.py b/setup.py index bbfb908..c66bef4 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,10 @@ setup( ], # Dependencies - install_requires=['pygame'], + install_requires=[ + 'pygame', + 'PyYAML', + ], # Files packages=find_packages(),