mikejgray / ovos-skill-projen

Opinionated best-practice skill generator for OVOS/Neon skills. Also has an option to retrofit Mycroft skills using OVOS best practices.
Apache License 2.0
6 stars 1 forks source link

support extras in setup.py #18

Open mikejgray opened 10 months ago

mikejgray commented 10 months ago

Since setup.py is managed, we need to be able to support an arbitrary number of extras. Something like:

{
  "extras": [{"test": "requirements-test.txt}]
}