Skip to content

Commit b847919

Browse files
committed
Minor cleanup
1 parent 47ed59c commit b847919

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "annotated-logger"
77
dynamic = ["version"]
88
description = "A decorator that logs the start and end of a function as well as providing an optional logger with annotations"
99
readme = "README.md"
10-
license = ""
10+
license = "MIT"
1111
requires-python = ">=3.6"
1212
authors = [
1313
{ name = "Vuln Mgmt Eng", email = "[email protected]" },

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This file is autogenerated by hatch-pip-compile with Python 3.10
33
#
44
# - makefun
5+
# - pychoir
56
# - python-json-logger
67
# - requests
78
#
@@ -14,6 +15,8 @@ idna==3.7
1415
# via requests
1516
makefun==1.15.2
1617
# via hatch.envs.default
18+
pychoir==0.0.27
19+
# via hatch.envs.default
1720
python-json-logger==2.0.7
1821
# via hatch.envs.default
1922
requests==2.32.3

0 commit comments

Comments
 (0)