Pin current versions of dependencies

This commit is contained in:
DarkPhoenix
2023-12-05 16:17:10 +06:00
parent cc0d6465d6
commit b6ff1cada9
3 changed files with 16 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ for:
# target Python version and architecture # target Python version and architecture
- ps: echo("Install pip requirements:") - ps: echo("Install pip requirements:")
- cmd: "python -m pip install -r requirements.txt" - cmd: "python -m pip install -r requirements.txt"
- cmd: "python -m pip install PyInstaller" - cmd: "python -m pip install PyInstaller==6.2.0"
before_build: before_build:
# directory that will contain the built files # directory that will contain the built files
- ps: $env:PYFA_DIST_DIR = "c:\projects\$env:APPVEYOR_PROJECT_SLUG\dist" - ps: $env:PYFA_DIST_DIR = "c:\projects\$env:APPVEYOR_PROJECT_SLUG\dist"

View File

@@ -1,15 +1,15 @@
wxPython wxPython==4.2.1
logbook logbook==1.7.0.post0
numpy numpy==1.26.2
matplotlib matplotlib==3.8.2
python-dateutil python-dateutil==2.8.2
requests requests==2.31.0
sqlalchemy==1.4.50 sqlalchemy==1.4.50
cryptography cryptography==41.0.7
markdown2 markdown2==2.4.11
packaging packaging==23.2
roman roman==4.1
beautifulsoup4 beautifulsoup4==4.12.2
pyyaml pyyaml==6.0.1
python-jose python-jose==3.3.0
requests-cache requests-cache==1.1.1

View File

@@ -6,4 +6,4 @@ python3 -m pip install --upgrade pip
echo "Installing app requirements..." echo "Installing app requirements..."
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt
echo "Installing packaging tools..." echo "Installing packaging tools..."
python3 -m pip install PyInstaller python3 -m pip install PyInstaller==6.2.0