Skip to content

Commit 6f8a78c

Browse files
committed
Upgrade to typed version of ngi-projector package.
Add py.typed.
1 parent cac67cf commit 6f8a78c

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@ steps:
2727
python -m pip install --upgrade pip
2828
pip install poetry
2929
pip install twine
30-
echo "###########Set ngi-fm = $(PIP_EXTRA_INDEX_URL) ############"
31-
# poetry config repositories.ngi-fm $(PIP_EXTRA_INDEX_URL)
3230
export PAT=$(echo "$PIP_EXTRA_INDEX_URL" | sed 's/.*build:\(.*\)@pkgs.*/\1/')
3331
poetry config http-basic.ngi-fm build "$PAT"
34-
echo "#######################"
3532
poetry install
36-
# poetry export -f requirements.txt --output requirements.txt --without-hashes --dev
37-
# pip install -r requirements.txt
3833
displayName: "Install dependencies"
3934
4035
- script: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ secondary = true
2828
[tool.poetry.dependencies]
2929
python = "^3.9"
3030
pydantic = "^1.9.0"
31-
ngi-projector = "0.0.2.dev8108"
31+
ngi-projector = "0.0.2.dev8131"
3232

3333
[tool.poetry.dev-dependencies]
3434
black = "*"

src/ngi_kof_parser/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)