2018-10-11 12:01:21 +00:00
|
|
|
Index: Flask-Gravatar-0.5.0/Flask_Gravatar.egg-info/requires.txt
|
|
|
|
===================================================================
|
|
|
|
--- Flask-Gravatar-0.5.0.orig/Flask_Gravatar.egg-info/requires.txt
|
|
|
|
+++ Flask-Gravatar-0.5.0/Flask_Gravatar.egg-info/requires.txt
|
|
|
|
@@ -1,25 +1,5 @@
|
|
|
|
Flask>=0.10
|
|
|
|
|
|
|
|
-[all]
|
|
|
|
-Sphinx>=1.4.2
|
|
|
|
-check-manifest>=0.25
|
|
|
|
-coverage>=4.0
|
|
|
|
-isort>=4.2.2
|
|
|
|
-pydocstyle>=1.0.0
|
|
|
|
-pytest-cache>=1.0
|
|
|
|
-pytest-cov>=1.8.0
|
|
|
|
-pytest-pep8>=1.0.6
|
|
|
|
-pytest>=2.8.0
|
|
|
|
-Sphinx>=1.4.2
|
|
|
|
-check-manifest>=0.25
|
|
|
|
-coverage>=4.0
|
|
|
|
-isort>=4.2.2
|
|
|
|
-pydocstyle>=1.0.0
|
|
|
|
-pytest-cache>=1.0
|
|
|
|
-pytest-cov>=1.8.0
|
|
|
|
-pytest-pep8>=1.0.6
|
|
|
|
-pytest>=2.8.0
|
|
|
|
-
|
|
|
|
[docs]
|
|
|
|
Sphinx>=1.4.2
|
|
|
|
|
|
|
|
Index: Flask-Gravatar-0.5.0/setup.py
|
|
|
|
===================================================================
|
|
|
|
--- Flask-Gravatar-0.5.0.orig/setup.py
|
|
|
|
+++ Flask-Gravatar-0.5.0/setup.py
|
2024-01-29 04:32:28 +00:00
|
|
|
@@ -20,10 +20,6 @@ tests_require = [
|
|
|
|
'check-manifest>=0.25',
|
2019-02-26 11:18:52 +00:00
|
|
|
'coverage>=4.0',
|
|
|
|
'isort>=4.2.2',
|
2024-01-29 04:32:28 +00:00
|
|
|
- 'pydocstyle>=1.0.0',
|
2019-02-26 11:18:52 +00:00
|
|
|
- 'pytest-cache>=1.0',
|
|
|
|
- 'pytest-cov>=1.8.0',
|
|
|
|
- 'pytest-pep8>=1.0.6',
|
|
|
|
'pytest>=2.8.0',
|
|
|
|
]
|
|
|
|
|
2024-01-29 04:32:28 +00:00
|
|
|
@@ -39,7 +35,7 @@ for reqs in extras_require.values():
|
2018-10-11 12:01:21 +00:00
|
|
|
extras_require['all'].extend(reqs)
|
|
|
|
|
|
|
|
setup_requires = [
|
|
|
|
- 'pytest-runner>=2.6.2',
|
|
|
|
+# 'pytest-runner>=2.6.2',
|
|
|
|
]
|
|
|
|
|
|
|
|
install_requires = [
|