1 Commits

Author SHA1 Message Date
5b30c8cdea chore(deps): update dependency beautifulsoup4 to ==4.12.* 2023-04-06 20:52:45 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ trigger:
steps:
# Testing
- name: Testing
image: python:3.11
image: python:3.10
commands:
- pip install -r requirements.txt
- python3 run_tests.py

View File

@@ -1,7 +1,7 @@
# Production dependancies
beautifulsoup4==4.12.*
urllib3==2.0.*
urllib3==1.26.*
# Dev dependancies
auto-py-to-exe==2.40.0
pyinstaller==5.13.2
auto-py-to-exe==2.26.0
pyinstaller==5.7.0