antoinemartin / django-windows-tools

Django application providing management commands to host Django projects in Windows environments
BSD 2-Clause "Simplified" License
50 stars 13 forks source link

The project is not properly dependant on pypiwin32 #30

Open beruic opened 6 years ago

beruic commented 6 years ago

When installing django-windows-tools it should automatically install pypiwin32 as a dependency. This does not happen currently.

mrbean-bremen commented 6 years ago

I think the reason was that the binary pywin32 package was needed, and until recently (or not so recently), there hasn't been a wheel package for that. Last time I checked, pypiwin32 did not work under Python 2.7. Though I now see that it is in the requirements.txt... I guess we could just add it to install_requires.