diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 16:07:10 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 16:07:10 -0400 |
commit | d592b58af373c2c8e863ff0c744f23c26a26fa64 (patch) | |
tree | 972d87514e228b9b7621c6e77dcc59eeefe19bf7 /apworld | |
parent | 1c361226240182db6f72f26c6fe0f0de65456239 (diff) | |
download | lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.tar.gz lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.tar.bz2 lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.zip |
Downgrade protobuf
This allows the generated Python file to be compatible with the frozen Archipelago install.
Diffstat (limited to 'apworld')
-rw-r--r-- | apworld/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apworld/requirements.txt b/apworld/requirements.txt index b701d11..49ca0a7 100644 --- a/apworld/requirements.txt +++ b/apworld/requirements.txt | |||
@@ -1 +1 @@ | |||
protobuf>=5.29.3 \ No newline at end of file | protobuf==3.20.3 \ No newline at end of file | ||