Skip to content

Commit 97ce11d

Browse files
authored
Merge pull request #147 from mekanix/build-deps
Add build dependencies
2 parents ce86059 + c3f5c58 commit 97ce11d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

freenit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.6"
1+
__version__ = "0.3.7"

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"isort",
3636
"uvicorn",
3737
]
38+
build = ["twine"]
3839
ldap = ["bonsai"]
3940
ormar = [
4041
"alembic",
@@ -67,6 +68,7 @@ classifiers = [
6768
"pytest-asyncio",
6869
"pytest-factoryboy",
6970
"requests",
71+
"twine",
7072
]
7173

7274
[project.urls]

0 commit comments

Comments
 (0)