Skip to content

Commit

Permalink
Relax requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Apr 1, 2024
1 parent 692df32 commit 3160c22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
requests==2.31.0
xmltodict==0.13.0
testrail-api>=1.12.1
plotly==5.20.0
psutil==5.9.8
requests
xmltodict
testrail-api
plotly
psutil
atlassian-python-api==3.41.11
kaleido==0.2.1
httplib2==0.22.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
google-api-python-client==2.120.0
oauth2client==4.1.3
kaleido
httplib2
google-auth-httplib2
google-auth-oauthlib
google-api-python-client
oauth2client

0 comments on commit 3160c22

Please sign in to comment.