Skip to content

Commit e4b7a1d

Browse files
Add revenueholdings-license as explicit dependency (was missing from pyproject.toml)
1 parent e6965af commit e4b7a1d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors = [{name = "Revenue Holdings"}]
1414
dependencies = [
1515
"typer>=0.9.0",
1616
"rich>=13.0.0",
17+
"revenueholdings-license>=0.1.0",
1718
]
1819

1920
[project.urls]

src/json2sql.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
typer>=0.9.0
22
rich>=13.0.0
3+
revenueholdings-license>=0.1.0
34

45
[dev]
56
pytest>=7.0

0 commit comments

Comments
 (0)