Ejemplo n.º 1
0
Programming Language :: Python :: 3.4
Topic :: Internet :: WWW/HTTP :: Site Management
Topic :: Office/Business
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
""".strip().splitlines()

EXCLUDED_PACKAGES = [
    'shoop_tests', 'shoop_tests.*',
]

utils.set_exclude_patters([
    '__pycache__', '*.py[cod]',
    'node_modules', 'bower_components',
    'build', 'doc', 'var',
    '.tox', '.cache', 'venv*',
    '.git', '.gitignore',
    'LC_MESSAGES',
    'local_settings.py',
])

REQUIRES = [
    'Babel~=2.2',
    'Django~=1.8.0',
    'django-bootstrap3~=6.1',
    'django-countries~=3.3',
    'django-enumfields~=0.7.2',
    'django-filer~=1.0',
    'django-jinja~=1.4',
    'django-mptt~=0.8.0',
    'django-parler~=1.5',
Ejemplo n.º 2
0
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Topic :: Internet :: WWW/HTTP :: Site Management
Topic :: Office/Business
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
""".strip().splitlines()

utils.set_exclude_patters([
    'build',
    'doc',
    'node_modules',
    'bower_components',
    'var',
    '__pycache__',
    'LC_MESSAGES',
    '.tox',
    'venv*',
    '.git',
    '.gitignore',
    'local_settings.py',
])

REQUIRES = [
    'Babel==1.3', 'Django>=1.8,<1.9', 'django-bootstrap3==6.1.0',
    'django-countries==3.3', 'django-enumfields==0.7.4',
    'django-filer==0.9.12', 'django-jinja==1.4.1', 'django-mptt==0.7.4',
    'django-parler==1.5', 'django-polymorphic==0.7.1',
    'django-registration-redux==1.2', 'django-timezone-field==1.2',
    'djangorestframework==3.1.3', 'factory-boy==2.5.2', 'fake-factory==0.5.2',
    'jsonfield==1.0.3', 'Markdown==2.6.2', 'pytz==2015.4', 'requests==2.7.0',