Skip to content

Commit

Permalink
reqs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jul 17, 2018
1 parent a0a8621 commit 6b95321
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Medikit 0.6.3 on 2018-07-11.
# Generated by Medikit 0.6.3 on 2018-07-17.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down
22 changes: 11 additions & 11 deletions Projectfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,41 @@ python.setup(
)

python.add_requirements(
'brotli ~=1.0',
'django ~=2.0',
'django-allauth ~=0.36',
'django-includes ~=0.2',
'brotli ~=1.0.4',
'django ~=2.0.7',
'django-allauth ~=0.36.0',
'django-includes ~=0.2.1',
'jinja2 ~=2.10',
'mondrian ~=0.7',
'whitenoise ~=3.3',
'mondrian ~=0.7.0',
'whitenoise ~=3.3.1',

# Celery
celery=[
'celery ~=4.1',
'celery ~=4.2.0',
'django_celery_beat ~=1.1.1',
'django_celery_results ~=1.0.1',
],

# Channels
channels=[
'channels ~=2.1',
'channels ~=2.1.2',
],

# Dev-only tooling
dev=[
'cookiecutter ~=1.6',
'django-extensions ~=2.0',
'django-extensions ~=2.1',
'django_debug_toolbar ~=1.9',
'honcho ~=1.0',
'medikit ~=0.6',
'pyquery ~=1.4',
'pytest-django ~=3.2',
'pytest-django ~=3.3',
'werkzeug ~=0.14',
],

# Production tools
prod=[
'gunicorn ~=19.8',
'gunicorn ~=19.9.0',
]
)

Expand Down
3 changes: 2 additions & 1 deletion requirements-channels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ django==2.0.7
hyperlink==18.0.0
idna==2.7
incremental==17.5.0
pyhamcrest==1.9.0
pytz==2018.5
six==1.11.0
twisted==18.4.0
twisted==18.7.0
txaio==2.10.0
zope.interface==4.5.0
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ cookiecutter==1.6.0
coverage==4.5.1
cssselect==1.0.3
django-debug-toolbar==1.9.1
django-extensions==2.0.7
django-extensions==2.1.0
django==2.0.7
docutils==0.14
first==2.0.1
future==0.16.0
git-semver==0.2.3
gitdb2==2.0.3
gitpython==2.1.10
gitdb2==2.0.4
gitpython==2.1.11
honcho==1.0.1
idna==2.7
imagesize==1.0.0
Expand Down Expand Up @@ -49,9 +49,9 @@ pytz==2018.5
requests==2.19.1
semantic-version==2.6.0
six==1.11.0
smmap2==2.0.3
smmap2==2.0.4
snowballstemmer==1.2.1
sphinx==1.7.5
sphinx==1.7.6
sphinxcontrib-websupport==1.1.0
sqlparse==0.2.4
stevedore==1.28.0
Expand Down
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Medikit 0.6.3 on 2018-07-11.
# Generated by Medikit 0.6.3 on 2018-07-17.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down Expand Up @@ -53,18 +53,18 @@ def execfile(fname, globs, locs=None):
packages=find_packages(exclude=['ez_setup', 'example', 'test']),
include_package_data=True,
install_requires=[
'brotli (~= 1.0)', 'django (~= 2.0)', 'django-allauth (~= 0.36)', 'django-includes (~= 0.2)',
'jinja2 (~= 2.10)', 'mondrian (~= 0.7)', 'whitenoise (~= 3.3)'
'brotli (~= 1.0.4)', 'django (~= 2.0.7)', 'django-allauth (~= 0.36.0)', 'django-includes (~= 0.2.1)',
'jinja2 (~= 2.10)', 'mondrian (~= 0.7.0)', 'whitenoise (~= 3.3.1)'
],
extras_require={
'celery': ['celery (~= 4.1)', 'django_celery_beat (~= 1.1.1)', 'django_celery_results (~= 1.0.1)'],
'channels': ['channels (~= 2.1)'],
'celery': ['celery (~= 4.2.0)', 'django_celery_beat (~= 1.1.1)', 'django_celery_results (~= 1.0.1)'],
'channels': ['channels (~= 2.1.2)'],
'dev': [
'cookiecutter (~= 1.6)', 'coverage (~= 4.4)', 'django-extensions (~= 2.0)', 'django_debug_toolbar (~= 1.9)',
'cookiecutter (~= 1.6)', 'coverage (~= 4.4)', 'django-extensions (~= 2.1)', 'django_debug_toolbar (~= 1.9)',
'honcho (~= 1.0)', 'medikit (~= 0.6)', 'pyquery (~= 1.4)', 'pytest (~= 3.4)', 'pytest-cov (~= 2.5)',
'pytest-django (~= 3.2)', 'sphinx (~= 1.7)', 'werkzeug (~= 0.14)', 'yapf'
'pytest-django (~= 3.3)', 'sphinx (~= 1.7)', 'werkzeug (~= 0.14)', 'yapf'
],
'prod': ['gunicorn (~= 19.8)']
'prod': ['gunicorn (~= 19.9.0)']
},
entry_points={'console_scripts': ['django-zero = django_zero.commands:main']},
url='https://github.com/hartym/django-zero',
Expand Down

0 comments on commit 6b95321

Please sign in to comment.