X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=setup.py;h=85e61522d1bbb13b845839094f89a9f2aaa132dd;hb=055759cf761c7d30595d8a3f43fc4ef4c0acdbf4;hp=a98fe264972a799687569285d6c293024022b826;hpb=1a3816acfb550bb802f3562e078102e55c7fc18f;p=fdroidserver.git diff --git a/setup.py b/setup.py index a98fe264..85e61522 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup(name='fdroidserver', 'examples/opensc-fdroid.cfg', 'examples/fdroid-icon.png']), ], - install_requires=[ # should include 'python-magic' but its not strictly required + install_requires=[ 'mwclient', 'paramiko', 'Pillow',