예제 #1
0
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP :: Dynamic Content
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 = [
    'shuup_tests', 'shuup_tests.*',
]

utils.add_exclude_patters([
    'build', 'doc', 'var',
    'LC_MESSAGES',
    'local_settings.py',
])

REQUIRES = [
    'Babel==2.5.3',
    'Django>=1.8,<2',
    'django-bootstrap3>=6.1,<10',
    'django-countries>=3.3,<5.3',
    'django-enumfields>=0.9,<0.10',
    'django-filer>=1.0,<2',
    'django-filter>=1.0,<1.2',
    'django-jinja>=1.4,<3',
    'django-mptt>=0.8.0,<0.10',  # Django-filer doesn't officially support 0.9.0
    'django-parler>=1.5,<2',
    'django-parler-rest>=1.3a1,<2',
예제 #2
0
Topic :: Internet :: WWW/HTTP :: Dynamic Content
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 = [
    "shuup_tests",
    "shuup_tests.*",
]

utils.add_exclude_patters([
    "build",
    "doc",
    "var",
    "LC_MESSAGES",
    "local_settings.py",
])

REQUIRES = [
    "Babel==2.5.3",
    "bleach==3.1.5",
    "django>=1.11,<2.3",
    "django-bootstrap3>=11,<11.1",
    "django-countries>=6.1.2,<6.2",
    "django-enumfields>=2.0.0,<2.1",
    "django-filer>=1.7,<1.8",
    "django-filter>=2.2.0,<2.3",
    "django-jinja==2.5.0",
    "django-mptt==0.9.1",
예제 #3
0
파일: setup.py 프로젝트: ruqaiya/shuup
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP :: Dynamic Content
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 = [
    'shuup_tests', 'shuup_tests.*',
]

utils.add_exclude_patters([
    'build', 'doc', 'var',
    'LC_MESSAGES',
    'local_settings.py',
])

REQUIRES = [
    'Babel==2.5.3',
    'Django>=1.8,<2',
    'django-bootstrap3>=6.1,<10',
    'django-countries>=3.3,<5.3',
    'django-enumfields>=0.9,<0.10',
    'django-filer>=1.0,<2',
    'django-filter>=1.0,<1.2',
    'django-jinja>=1.4,<3',
    'django-mptt>=0.8.0,<0.10',  # Django-filer doesn't officially support 0.9.0
    'django-parler>=1.5,<2',
    'django-parler-rest>=1.3a1,<2',
예제 #4
0
파일: setup.py 프로젝트: shawnadelic/shuup
License :: OSI Approved :: GNU Affero General Public License v3
Natural Language :: English
Programming Language :: JavaScript
Programming Language :: Python :: 2
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()

EXCLUDED_PACKAGES = ["shuup_tests", "shuup_tests.*"]

utils.add_exclude_patters(["build", "doc", "var", "LC_MESSAGES", "local_settings.py"])

REQUIRES = [
    "Babel>=2.2,<3",
    "Django>=1.8.0,<1.9",
    "django-bootstrap3>=6.1,<7",
    "django-countries>=3.3,<4",
    "django-enumfields>=0.7.2,<0.8",
    "django-filer>=1.0,<2",
    "django-jinja>=1.4,<2",
    "django-mptt>=0.8.0,<0.9",
    "django-parler>=1.5,<1.6.3",
    "django-parler-rest>=1.3a1,<2",
    "django-polymorphic>=0.8.0,<0.10",
    "django-registration-redux>=1.2,<2",
    "django-timezone-field>=1.2,<2",