# Requirements for vinormx
# 
# Vinormx là pure Python package, không cần external dependencies
# Chỉ cần Python 3.6+ với standard library

# Không có dependencies bắt buộc
# Python standard library đã đủ cho tất cả functionality

# Optional development dependencies (chỉ cần khi develop)
# pytest>=6.0
# pytest-cov
# black
# flake8

# Minimum Python version: 3.6