Skip to content

Commit

Permalink
Merge branch 'main' into mlss
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq authored Apr 22, 2024
2 parents 72ad9ea + daccb30 commit a02cdb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
try:
requirement = 'cx-Freeze>=6.15.10'
requirement = 'cx-Freeze>=6.15.16,<7'
import pkg_resources
try:
pkg_resources.require(requirement)
Expand Down
3 changes: 2 additions & 1 deletion worlds/factorio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
factorio-rcon-py>=2.0.1
factorio-rcon-py>=2.1.1; python_version >= '3.9'
factorio-rcon-py==2.0.1; python_version <= '3.8'

0 comments on commit a02cdb8

Please sign in to comment.