# Use this instead of (or alongside) requirements.txt if you want to store
# data in a cPanel-provided MySQL database instead of SQLite.
#
#   pip install -r requirements-mysql.txt
#
# Then set DATABASE_URL in .env, e.g.:
#   DATABASE_URL=mysql+pymysql://cpaneluser_dbuser:password@localhost/cpaneluser_dbname

PyMySQL==1.1.0
cryptography==42.0.5
