Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Bump molo.core to first installed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Jun 23, 2017
1 parent c900220 commit 7d641ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include VERSION
include MANIFEST.in
include requirements-dev.txt

recursive-include molo/core/templates *
recursive-include molo/core/test_templates *
recursive-include molo/profiles/templates *
recursive-include molo/profiles/test_templates *

global-exclude __pycache__
global-exclude *.py[co]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ def read(*parts):


install_requires = [
'molo.core<6.0.0,>=5.0.0',
'celery<4.0',
'django-daterange-filter',
'django-import-export',
'django-phonenumber-field',
'molo.core<6.0.0,>=5.0.0',
]

setup(
Expand Down

0 comments on commit 7d641ac

Please sign in to comment.