# Dependencies for Restorant game
PyYAML>=6.0
setuptools>=45.0.0
wheel>=0.37.0

# Development dependencies (optional)
pytest>=7.0.0
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0

# The game also uses Python standard library modules:
# - os, time, random, json, typing, dataclasses, datetime
# - math, sys 