Skip to content

Commit

Permalink
update requirements and installation process in the github action
Browse files Browse the repository at this point in the history
Signed-off-by: MICHELE GAZZETTI <Michele.Gazzetti1@ibm.com>
  • Loading branch information
mgazz committed Oct 16, 2023
1 parent 5070281 commit 22ed70d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/repo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ jobs:
with:
python-version: '3.10'
- uses: "actions/checkout@v3"
- run: pip3 install virtualenv
- run: pip3 install requests
- run: ./tests/test.sh
- run: pip3 install -r requirements.txt
49 changes: 26 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
aniso8601
certifi
charset-normalizer
click
dataclasses
Flask
Flask-HTTPAuth
Flask-Login
Flask-RESTful
idna
importlib-metadata
itsdangerous
Jinja2
MarkupSafe
PyJWT
pytz
requests
six
StringGenerator
typing_extensions
urllib3
Werkzeug
zipp
aniso8601==9.0.1
blinker==1.6.2
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.7
dataclasses==0.6
Flask==2.3.3
Flask-HTTPAuth==4.8.0
Flask-Login==0.6.2
Flask-RESTful==0.3.10
idna==3.4
importlib-metadata==6.8.0
itsdangerous==2.1.2
Jinja2==3.1.2
lxml==4.9.3
MarkupSafe==2.1.3
PyJWT==2.8.0
pyodata==1.10.1
pytz==2023.3
requests==2.31.0
six==1.16.0
StringGenerator==0.4.4
typing_extensions==4.7.1
urllib3==2.0.4
Werkzeug==2.3.7
zipp==3.16.2

0 comments on commit 22ed70d

Please sign in to comment.