X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=setup.py;h=c66bef4045a1a147be3aa88ec5daa9952736571e;hb=3beea676f3bd4fc9101e9de1c24e8007011e952b;hp=bbfb908f62cf3dce634315dd2a6901fceddfc565;hpb=5d31e52cd3ce4a577a7075b4fbba14923574f207;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(),