Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sembruk committed Aug 31, 2023
1 parent 19e2498 commit 481bf5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docxtpl >= 0
jinja2 >= 2
playsound >= 1
polib >= 1
pydantic >= 1
pydantic-settings >= 2
PySide2 >= 5
python-dateutil >= 2
python-dotenv >= 0.14
Expand Down
2 changes: 1 addition & 1 deletion requirements_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docxtpl >= 0
jinja2 >= 2
playsound >= 1
polib >= 1
pydantic >= 1
pydantic-settings >= 2
PySide2 >= 5
python-dateutil >= 2
python-dotenv >= 0.14
Expand Down
2 changes: 1 addition & 1 deletion sportorg/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
import logging.config

from pydantic import BaseSettings
from pydantic_settings import BaseSettings

from sportorg.common.version import Version

Expand Down

0 comments on commit 481bf5a

Please sign in to comment.