Skip to content

Commit

Permalink
updating packages and readme to match
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 24, 2023
1 parent 29b4a1e commit e9cc1b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Website/services that return data used to populate the APSViz TerriaMap UI.
[![RENCI License](https://img.shields.io/badge/License-RENCI-blue.svg)](https://renci.org/)
#### Components and versions...
[![Python](https://img.shields.io/badge/Python-3.11.3-orange)](https://github.com/PyCQA/pylint)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.3-yellowgreen)](https://github.com/PyCQA/pylint)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.4-yellowgreen)](https://github.com/PyCQA/pylint)
#### Build status..
[![PyLint the codebase](https://github.com/RENCI/apsviz-ui-data/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/apsviz-ui-data/actions/workflows/pylint.yml)
[![Build and push the Docker image](https://github.com/RENCI/apsviz-ui-data/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/apsviz-ui-data/actions/workflows/image-push.yml)
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# SPDX-License-Identifier: LicenseRef-RENCI
# SPDX-License-Identifier: MIT

pydantic==1.10.7
fastapi==0.95.1
uvicorn==0.21.1
pydantic==1.10.8
fastapi==0.95.2
uvicorn==0.22.0
pyyaml==6.0
psycopg2-binary==2.9.6
pylint==2.17.2
pylint==2.17.4

0 comments on commit e9cc1b8

Please sign in to comment.