Compare commits
1 Commits
master
...
0f4e990944
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f4e990944 |
@@ -13,7 +13,7 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
# Testing
|
# Testing
|
||||||
- name: Testing
|
- name: Testing
|
||||||
image: python:3.11
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python3 run_tests.py
|
- python3 run_tests.py
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Production dependancies
|
# Production dependancies
|
||||||
beautifulsoup4==4.12.*
|
beautifulsoup4==4.11.*
|
||||||
urllib3==2.0.*
|
urllib3==1.26.*
|
||||||
|
|
||||||
# Dev dependancies
|
# Dev dependancies
|
||||||
auto-py-to-exe==2.38.0
|
auto-py-to-exe==2.33.0
|
||||||
pyinstaller==6.0.0
|
pyinstaller==5.7.0
|
||||||
Reference in New Issue
Block a user