Update requirement files and setup.py

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-15 16:11:54 -04:00
parent 7d725f8170
commit de7a7448ae
7 changed files with 16 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import unicode_literals
__title__ = 'Mayan EDMS' __title__ = 'Mayan EDMS'
__version__ = '3.2b1' __version__ = '3.2b1'
__build__ = 0x030200 __build__ = 0x030200
__build_string__ = 'v3.1.10-351-g72cdfe58c5_Thu May 9 20:30:48 2019 +0000' __build_string__ = 'v3.1.10-425-g8e32c5adae_Wed May 15 15:58:54 2019 -0400'
__django_version__ = '1.11' __django_version__ = '1.11'
__author__ = 'Roberto Rosario' __author__ = 'Roberto Rosario'
__author_email__ = 'roberto.rosario@mayan-edms.com' __author_email__ = 'roberto.rosario@mayan-edms.com'

View File

@@ -1,8 +1,7 @@
Pillow==6.0.0 Pillow==6.0.0
PyPDF2==1.26.0
PyYAML==5.1 PyYAML==5.1
celery==3.1.24 celery==3.1.24
django-activity-stream==0.7.0 django-activity-stream==0.7.0
django-celery==3.2.1 django-celery==3.2.1
django-colorful==1.3 django-colorful==1.3
@@ -10,10 +9,10 @@ django-cors-headers==2.5.2
django-downloadview==1.9 django-downloadview==1.9
django-environ==0.4.5 django-environ==0.4.5
django-formtools==2.1 django-formtools==2.1
django-pure-pagination==0.3.0
django-mathfilters==0.4.0 django-mathfilters==0.4.0
django-model-utils==3.1.2 django-model-utils==3.1.2
django-mptt==0.9.1 django-mptt==0.9.1
django-pure-pagination==0.3.0
django-qsstats-magic==1.0.0 django-qsstats-magic==1.0.0
django-solo==1.1.3 django-solo==1.1.3
django-stronghold==0.3.0 django-stronghold==0.3.0
@@ -21,32 +20,23 @@ django-widget-tweaks==1.4.3
djangorestframework==3.7.7 djangorestframework==3.7.7
djangorestframework-recursive==0.1.2 djangorestframework-recursive==0.1.2
drf-yasg==1.6.0 drf-yasg==1.6.0
flanker==0.9.0 flanker==0.9.0
flex==6.14.0 flex==6.14.0
furl==2.0.0 furl==2.0.0
fusepy==3.0.1 fusepy==3.0.1
gevent==1.4.0 gevent==1.4.0
graphviz==0.10.1 graphviz==0.10.1
gunicorn==19.9.0 gunicorn==19.9.0
mock==2.0.0 mock==2.0.0
node-semver==0.6.1 node-semver==0.6.1
pathlib2==2.3.3 pathlib2==2.3.3
pycountry==18.12.8 pycountry==18.12.8
PyPDF2==1.26.0
pyocr==0.6 pyocr==0.6
python-dateutil==2.8.0 python-dateutil==2.8.0
python-gnupg==0.3.9
python-magic==0.4.15 python-magic==0.4.15
python_gnupg==0.3.9
pytz==2019.1 pytz==2019.1
requests==2.21.0 requests==2.21.0
sh==1.12.14 sh==1.12.14
swagger-spec-validator==2.4.3 swagger-spec-validator==2.4.3
whitenoise==4.1.2 whitenoise==4.1.2

View File

@@ -1,4 +1,2 @@
# requirements/build.txt
twine==1.9.1 twine==1.9.1
wheel==0.30.0 wheel==0.30.0

View File

@@ -1,2 +1 @@
Django==1.11.20 django==1.11.20
-r base.txt

View File

@@ -1,19 +1,9 @@
# requirements/development.txt
Werkzeug==0.15.2 Werkzeug==0.15.2
django-debug-toolbar==1.11 django-debug-toolbar==1.11
django-extensions==2.1.6 django-extensions==2.1.6
django-rosetta==0.9.2 django-rosetta==0.9.2
flake8==3.7.7 flake8==3.7.7
ipython==5.5.0 ipython==5.5.0
readme==0.7.1 readme==0.7.1
safety==1.8.5 safety==1.8.5
transifex-client==0.13.6 transifex-client==0.13.6
-r build.txt
-r testing-base.txt

View File

@@ -2,5 +2,5 @@ codecov==2.0.15
coverage==4.4.1 coverage==4.4.1
coveralls==1.3.0 coveralls==1.3.0
django-test-without-migrations==0.6 django-test-without-migrations==0.6
tox==3.8.6
psutil==5.6.1 psutil==5.6.1
tox==3.8.6

View File

@@ -56,8 +56,9 @@ def find_packages(directory):
return packages return packages
install_requires = """ install_requires = """
Django==1.11.20 django==1.11.20
Pillow==6.0.0 Pillow==6.0.0
PyPDF2==1.26.0
PyYAML==5.1 PyYAML==5.1
celery==3.1.24 celery==3.1.24
django-activity-stream==0.7.0 django-activity-stream==0.7.0
@@ -67,10 +68,10 @@ django-cors-headers==2.5.2
django-downloadview==1.9 django-downloadview==1.9
django-environ==0.4.5 django-environ==0.4.5
django-formtools==2.1 django-formtools==2.1
django-pure-pagination==0.3.0
django-mathfilters==0.4.0 django-mathfilters==0.4.0
django-model-utils==3.1.2 django-model-utils==3.1.2
django-mptt==0.9.1 django-mptt==0.9.1
django-pure-pagination==0.3.0
django-qsstats-magic==1.0.0 django-qsstats-magic==1.0.0
django-solo==1.1.3 django-solo==1.1.3
django-stronghold==0.3.0 django-stronghold==0.3.0
@@ -89,11 +90,10 @@ mock==2.0.0
node-semver==0.6.1 node-semver==0.6.1
pathlib2==2.3.3 pathlib2==2.3.3
pycountry==18.12.8 pycountry==18.12.8
PyPDF2==1.26.0
pyocr==0.6 pyocr==0.6
python-dateutil==2.8.0 python-dateutil==2.8.0
python-gnupg==0.3.9
python-magic==0.4.15 python-magic==0.4.15
python_gnupg==0.3.9
pytz==2019.1 pytz==2019.1
requests==2.21.0 requests==2.21.0
sh==1.12.14 sh==1.12.14
@@ -121,6 +121,11 @@ setup(
'Natural Language :: English', 'Natural Language :: English',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
'Topic :: Communications :: File Sharing', 'Topic :: Communications :: File Sharing',
@@ -133,6 +138,7 @@ setup(
name=PACKAGE_NAME, name=PACKAGE_NAME,
packages=find_packages(PACKAGE_DIR), packages=find_packages(PACKAGE_DIR),
platforms=['any'], platforms=['any'],
python_requires = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
scripts=['mayan/bin/mayan-edms.py'], scripts=['mayan/bin/mayan-edms.py'],
url='https://gitlab.com/mayan-edms/mayan-edms', url='https://gitlab.com/mayan-edms/mayan-edms',
version=mayan.__version__, version=mayan.__version__,