321a6d5e7a
Flask extension that provides integration with MongoEngine. It handles connection management for your app. You can also use WTForms as model forms for your models. WWW: https://github.com/mongoengine/flask-mongoengine PR: 242785 Submitted by: Goran Mekić <meka@tilda.center>
12 lines
462 B
Python
12 lines
462 B
Python
--- setup.py.orig 2019-12-24 07:50:35 UTC
|
|
+++ setup.py
|
|
@@ -53,7 +53,7 @@ setup(
|
|
'flask_mongoengine.wtf'],
|
|
include_package_data=True,
|
|
tests_require=test_requirements,
|
|
- setup_requires=test_requirements, # Allow proper nose usage with setuptools and tox
|
|
+ # setup_requires=test_requirements, # Allow proper nose usage with setuptools and tox
|
|
description=description,
|
|
long_description=long_description,
|
|
classifiers=[
|