diff --git a/compile.py b/compile.py index 59d5df76..4fa69e19 100644 --- a/compile.py +++ b/compile.py @@ -1,5 +1,5 @@ -from distutils.core import setup - +#from distutils.core import setup +from setuptools import setup, Extension import py2exe import glob diff --git a/requirements.txt b/requirements.txt index 879f5df2..a52fc480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,7 @@ -pygame==2.1.2 -scipy==1.9.3 +cachetools==7.0.1 +numpy==2.4.2 +packaging==26.0 +pefile==2024.8.26 +py2exe==0.14.0.0 +pygame-ce==2.5.6 +scipy==1.17.0