PyAr / PyCamp_Bot

Voting system for the PyCamp
6 stars 24 forks source link

Handle doc dependencies via pyproject.toml #92

Open andresdelfino opened 3 weeks ago

andresdelfino commented 3 weeks ago

This also fixes:

WARNING: autodoc: failed to import module '...' from module 'pycamp_bot'; the following exception was raised:
No module named 'pycamp_bot'

Pinning dependencies to ensure reproducibility.