|
@@ -35,31 +35,31 @@ def read(*parts):
|
|
|
|
|
|
long_description = read("README.md")
|
|
long_description = read("README.md")
|
|
install_requires = [
|
|
install_requires = [
|
|
- "alembic>=1.4.2",
|
|
|
|
- "amqp>=2.6.0",
|
|
|
|
- "attrs>=19.3.0",
|
|
|
|
- "Babel>=2.8.0",
|
|
|
|
|
|
+ "alembic>=1.4.3",
|
|
|
|
+ "amqp>=5.0.2",
|
|
|
|
+ "attrs>=20.3.0",
|
|
|
|
+ "Babel>=2.9.0",
|
|
"billiard>=3.6.3.0",
|
|
"billiard>=3.6.3.0",
|
|
"blinker>=1.4",
|
|
"blinker>=1.4",
|
|
- "celery>=4.4.6",
|
|
|
|
- "certifi>=2020.6.20",
|
|
|
|
|
|
+ "celery>=5.0.2",
|
|
|
|
+ "certifi>=2020.11.8",
|
|
"chardet>=3.0.4",
|
|
"chardet>=3.0.4",
|
|
"click>=7.1.2",
|
|
"click>=7.1.2",
|
|
"click-log>=0.3.2",
|
|
"click-log>=0.3.2",
|
|
- "dnspython>=1.16.0",
|
|
|
|
- "email-validator>=1.1.1",
|
|
|
|
|
|
+ "dnspython>=2.0.0",
|
|
|
|
+ "email-validator>=1.1.2",
|
|
"Flask>=1.1.2",
|
|
"Flask>=1.1.2",
|
|
"Flask-Alembic>=2.0.1",
|
|
"Flask-Alembic>=2.0.1",
|
|
- "flask-allows @ git+https://github.com/justanr/flask-allows.git@f/Cut-down-on-warnings#egg=flask-allows"
|
|
|
|
|
|
+ "flask-allows @ git+https://github.com/justanr/flask-allows.git@f/Cut-down-on-warnings#egg=flask-allows",
|
|
"Flask-BabelPlus>=2.2.0",
|
|
"Flask-BabelPlus>=2.2.0",
|
|
"Flask-Caching>=1.9.0",
|
|
"Flask-Caching>=1.9.0",
|
|
"Flask-DebugToolbar>=0.11.0",
|
|
"Flask-DebugToolbar>=0.11.0",
|
|
"flask-debugtoolbar-warnings>=0.1.0",
|
|
"flask-debugtoolbar-warnings>=0.1.0",
|
|
- "Flask-Limiter>=1.3.1",
|
|
|
|
|
|
+ "Flask-Limiter>=1.4",
|
|
"Flask-Login>=0.5.0",
|
|
"Flask-Login>=0.5.0",
|
|
"Flask-Mail>=0.9.1",
|
|
"Flask-Mail>=0.9.1",
|
|
"flask-redis>=0.4.0",
|
|
"flask-redis>=0.4.0",
|
|
- "Flask-SQLAlchemy>=2.4.3",
|
|
|
|
|
|
+ "Flask-SQLAlchemy>=2.4.4",
|
|
"Flask-Themes2>=0.1.5",
|
|
"Flask-Themes2>=0.1.5",
|
|
"flask-whooshee>=0.7.0",
|
|
"flask-whooshee>=0.7.0",
|
|
"Flask-WTF>=0.14.3",
|
|
"Flask-WTF>=0.14.3",
|
|
@@ -69,31 +69,31 @@ install_requires = [
|
|
"idna>=2.10",
|
|
"idna>=2.10",
|
|
"itsdangerous>=1.1.0",
|
|
"itsdangerous>=1.1.0",
|
|
"Jinja2>=2.11.2",
|
|
"Jinja2>=2.11.2",
|
|
- "kombu>=4.6.11",
|
|
|
|
|
|
+ "kombu>=5.0.2",
|
|
"limits>=1.5.1",
|
|
"limits>=1.5.1",
|
|
"Mako>=1.1.3",
|
|
"Mako>=1.1.3",
|
|
"MarkupSafe>=1.1.1",
|
|
"MarkupSafe>=1.1.1",
|
|
"mistune>=0.8.4",
|
|
"mistune>=0.8.4",
|
|
"olefile>=0.46",
|
|
"olefile>=0.46",
|
|
- "Pillow>=7.2.0",
|
|
|
|
|
|
+ "Pillow>=8.0.1",
|
|
"pluggy>=0.13.1",
|
|
"pluggy>=0.13.1",
|
|
- "Pygments>=2.6.1",
|
|
|
|
|
|
+ "Pygments>=2.7.2",
|
|
"python-dateutil>=2.8.1",
|
|
"python-dateutil>=2.8.1",
|
|
"python-editor>=1.0.4",
|
|
"python-editor>=1.0.4",
|
|
- "pytz>=2020.1",
|
|
|
|
|
|
+ "pytz>=2020.4",
|
|
"redis>=3.5.3",
|
|
"redis>=3.5.3",
|
|
- "requests>=2.24.0",
|
|
|
|
- "simplejson>=3.17.0",
|
|
|
|
|
|
+ "requests>=2.25.0",
|
|
|
|
+ "simplejson>=3.17.2",
|
|
"six>=1.15.0",
|
|
"six>=1.15.0",
|
|
"speaklater>=1.3",
|
|
"speaklater>=1.3",
|
|
- "SQLAlchemy>=1.3.18",
|
|
|
|
|
|
+ "SQLAlchemy>=1.3.20",
|
|
"SQLAlchemy-Utils>=0.36.8",
|
|
"SQLAlchemy-Utils>=0.36.8",
|
|
"Unidecode>=1.1.1",
|
|
"Unidecode>=1.1.1",
|
|
- "urllib3>=1.25.9",
|
|
|
|
- "vine>=1.3.0",
|
|
|
|
|
|
+ "urllib3>=1.26.2",
|
|
|
|
+ "vine>=5.0.0",
|
|
"Werkzeug>=1.0.1",
|
|
"Werkzeug>=1.0.1",
|
|
"Whoosh>=2.7.4",
|
|
"Whoosh>=2.7.4",
|
|
- "WTForms>=2.3.1",
|
|
|
|
|
|
+ "WTForms>=2.3.3",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
@@ -124,7 +124,7 @@ setup(
|
|
[console_scripts]
|
|
[console_scripts]
|
|
flaskbb=flaskbb.cli:flaskbb
|
|
flaskbb=flaskbb.cli:flaskbb
|
|
""",
|
|
""",
|
|
- python_requires=">=3.5",
|
|
|
|
|
|
+ python_requires=">3.5",
|
|
install_requires=install_requires,
|
|
install_requires=install_requires,
|
|
extras_require=extras_require,
|
|
extras_require=extras_require,
|
|
tests_require=tests_require,
|
|
tests_require=tests_require,
|
|
@@ -136,10 +136,10 @@ setup(
|
|
"Intended Audience :: End Users/Desktop",
|
|
"Intended Audience :: End Users/Desktop",
|
|
"License :: OSI Approved :: BSD License",
|
|
"License :: OSI Approved :: BSD License",
|
|
"Operating System :: OS Independent",
|
|
"Operating System :: OS Independent",
|
|
- "Programming Language :: Python :: 3.5",
|
|
|
|
"Programming Language :: Python :: 3.6",
|
|
"Programming Language :: Python :: 3.6",
|
|
"Programming Language :: Python :: 3.7",
|
|
"Programming Language :: Python :: 3.7",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.8",
|
|
|
|
+ "Programming Language :: Python :: 3.9",
|
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
],
|
|
],
|