# Artistica Jewelry - Django + Oscar E-commerce Platform
# Python 3.10+

# Core
Django>=2.2,<2.3
django-oscar>=2.1,<2.2
django-oscar-api>=1.0

# Database
mysqlclient>=2.0

# Search
django-haystack>=3.0

# Utilities
Pillow>=10.0
django-widget-tweaks>=1.4
django-tables2>=2.0
django-extra-views>=0.6
sorl-thumbnail>=12.0

# Payment (optional)
# django-oscar-paypal>=2.0

# Development
python-decouple>=3.0
