lukaqueres / Frequency

Discord bot with features including: planning, administration, and music playing.
http://theplanbot.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Simplify local deployment (including installation of dependencies) #27

Closed kocielnik closed 2 years ago

kocielnik commented 2 years ago

In theory it should be possible to install all dependencies for the package using a single call to poetry install, and land in a shell with all the deps installed with poetry shell. Let's do it for this package!