coderfly / fixtures-mongoengine

Fixtures for MongoEngine
https://pypi.python.org/pypi/fixtures_mongoengine
MIT License
6 stars 3 forks source link

added six to installation requirements #9

Closed superzarzar closed 6 months ago

superzarzar commented 4 years ago

Add six to installation requirement

superzarzar commented 4 years ago

Six is only installed after the package is built. That means that importing from fixtures_mongoengine raises a module not found error.

To reproduce, try to install fixtures_mongoengine (pip install fixtures_mongoengine) on a completely clean machine. python version 3.8.1