diff --git a/main.py b/main.py index 9a2aba34..7b0ee72f 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,8 @@ windowSize = 640, 480 - +#pygame +#MYPY def main(): pygame.mixer.pre_init(44100, -16, 2, 4096) pygame.init() diff --git a/requirements.txt b/requirements.txt index 30c14272..879f5df2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pygame==2.0.0.dev10 -scipy==1.4.1 +pygame==2.1.2 +scipy==1.9.3