diff --git a/prjct/__init__.py b/prjct/__init__.py index b3ed5227..2989a251 100644 --- a/prjct/__init__.py +++ b/prjct/__init__.py @@ -7,7 +7,7 @@ __title__ = 'prjct' __tagline__ = 'Project Management for Living Life' -__version__ = "0.6.0" +__version__ = "0.6.1-dev.20171128.0" __author__ = 'William Minchin' __email__ = 'w_minchin@hotmail.com' __license__ = 'MIT License' diff --git a/requirements-dev.in b/requirements-dev.in index 262964fa..c18cc06a 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,8 +1,15 @@ -r requirements.txt -# ablog>=0.8 -# sphinx>=1.3 +# ablog >= 0.8 +# sphinx >= 1.3 releases -green +green >=1.9.4 pip-tools minchin.releaser check-manifest + +# 'cloud_sptheme >=1.8', +# 'Babel >=1.3,!=2.0', # 2.0 breaks on Windows +# 'coverage', +# 'isort', +# 'pydocstyle', +# 'pycodestyle', diff --git a/requirements-dev.txt b/requirements-dev.txt index b0bda7b4..a8208b82 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,37 +6,50 @@ # alabaster==0.7.10 # via sphinx appdirs==1.4.3 -arrow==0.10.0 +arrow==0.12.0 +asn1crypto==0.23.0 +asteval==0.9.11 babel==2.5.1 # via sphinx blinker==1.4 -certifi==2017.7.27.1 # via requests +certifi==2017.11.5 # via requests +cffi==1.11.2 chardet==3.0.4 # via requests +check-manifest==0.36 click==6.7 cloudmesh-timestring==1.6.2.1 colorama==0.3.9 +cryptography==1.9 docutils==0.14 feedgenerator==1.9 first==2.0.1 # via pip-tools +future==0.16.0 gitdb2==2.0.3 # via gitpython gitpython==2.1.7 # via minchin.releaser -green==2.11.1 -idna==2.6 # via requests +green==2.11.2 +idna==2.6 imagesize==0.7.1 # via sphinx invoke==0.21.0 isort==4.2.15 # via minchin.releaser -jinja2==2.9.6 +jinja2==2.10 +keyring==10.5.0 markdown==2.6.9 markupsafe==1.0 minchin.pelican.jinja-filters==1.0.4 minchin.releaser==0.5.4 +numpy==1.13.3 +parsedatetime==2.4 +passlib==1.7.1 pelican==3.7.1 -pip-tools==1.10.1 +pip-tools==1.10.2 pkginfo==1.4.1 # via twine +pycparser==2.18 pygments==2.2.0 pypiwin32==220 python-dateutil==2.6.1 python-termstyle==0.1.10 # via green pytz==2017.3 +pywin32-ctypes==0.1.2 +pyxdg==0.25 pyyaml==3.12 releases==1.4.0 requests-toolbelt==0.8.0 # via twine @@ -52,6 +65,7 @@ titlecase==0.12.0 topydo==0.13 tqdm==4.19.4 # via twine twine==1.9.1 # via minchin.releaser +tzlocal==1.4 unidecode==0.4.21 urllib3==1.22 # via requests wheel==0.30.0 # via minchin.releaser diff --git a/setup.py b/setup.py index 96279d14..c8f58288 100644 --- a/setup.py +++ b/setup.py @@ -105,21 +105,7 @@ def read_requirements(*parts): ":python_version == '2.7'": ["python-dateutil==1.5"], ":python_version >= '3.0'": ["python-dateutil>=2.2"], - 'build': DEV_REQUIRES, - 'docs': [ - # 'sphinx >= 1.4', # theme requires at least 1.4 - # 'cloud_sptheme >=1.8', - # 'releases', - # 'Babel >=1.3,!=2.0', # 2.0 breaks on Windows - ], - 'test': [ - # 'green >=1.9.4', # v2 works - # 'coverage', - # 'isort', - # 'pydocstyle', - # 'pycodestyle', - # 'check-manifest' - ], + 'dev': DEV_REQUIRES, } # full list of Classifiers at