From 509a5333b336ed856af5818a6504e705a5fb6f2b Mon Sep 17 00:00:00 2001 From: Stuart Nathan Thomas Date: Sat, 4 May 2024 22:37:49 -0400 Subject: [PATCH] add environment.yml --- environment.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..af7acdf --- /dev/null +++ b/environment.yml @@ -0,0 +1,10 @@ +name: JParty2 +dependencies: + - requests + - tornado + - beautifulsoup4 + - pyinstaller + - pip: + - pyqt6==6.4.0 + - qrcode + - simpleaudio