diff options
author | Eddy Pedroni <epedroni@pm.me> | 2024-11-09 20:35:56 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2024-11-09 20:35:56 +0100 |
commit | cda8197669409689be291660f93cb288ab2d31b3 (patch) | |
tree | 81db9b0c7c0491e0737cbffb39af6b935c0dfeb8 /requirements.txt | |
parent | a2257a900d4fffd6f94b73f1c48c62370ed1d684 (diff) |
Migrate to project-based structure
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt index 564f8a7..20ce1da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,4 @@ -pytest +-e solo-tool-project[dev] +-e cli-project[dev] +-e gui-project[dev] -sip -mido -python-rtmidi - -PyQt5>=5.6 - -python-vlc |