Add requirements.txt

To make it easier to pip install the required packages, rather than relying on exceptions to figure out the missing ones.
This commit is contained in:
Andy Lianghua Xu 2023-01-11 01:25:41 -05:00 committed by GitHub
parent fd5ba2796b
commit 5f2e736d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
musicbrainzngs==0.7.1
numpy==1.24.1
Pillow==9.4.0
py2exe==0.13.0.0
pyOpenSSL==23.0.0
python_dateutil==2.8.2
urllib3==1.26.13