diff options
author | Cara Salter <cara@devcara.com> | 2023-02-16 12:57:05 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-02-16 12:57:05 -0500 |
commit | c272478b4e63c24702e2d968dc8c6d4dbe2e225a (patch) | |
tree | ae5c89942636396cd01b531d1d4f2cad65bcbf7f /requirements.txt | |
parent | b0b759f3f1adedcafc10961a1a4fa838d80c5142 (diff) | |
download | modpackman-c272478b4e63c24702e2d968dc8c6d4dbe2e225a.tar.gz modpackman-c272478b4e63c24702e2d968dc8c6d4dbe2e225a.zip |
Fix installer.py
can't iter over a set without iter()
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..dcdb6a3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +altgraph==0.17.3 +async-generator==1.10 +attrs==22.2.0 +certifi==2022.12.7 +charset-normalizer==3.0.1 +exceptiongroup==1.1.0 +h11==0.14.0 +idna==3.4 +outcome==1.2.0 +pyinstaller==5.8.0 +pyinstaller-hooks-contrib==2023.0 +PySocks==1.7.1 +requests==2.28.2 +selenium==4.8.0 +sniffio==1.3.0 +sortedcontainers==2.4.0 +trio==0.22.0 +trio-websocket==0.9.2 +urllib3==1.26.14 +wsproto==1.2.0 |