Skip to content

Commit c473110

Browse files
committed
Add Custom Logger and types for better data handling, type checking and consistancy
1 parent 2ffe1e8 commit c473110

5 files changed

Lines changed: 1176 additions & 45 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dist
66
build
77
venv
88
.idea
9-
__pycache__
9+
**/__pycache__/*
1010
.env

Pipfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ requests-mock = "*"
1414
setuptools = "*"
1515
wheel = "*"
1616
twine = "*"
17+
kkiapay = {file = ".", editable = true}
18+
pydantic = "*"
19+
httpx = "*"
20+
json-log-formatter = "*"
1721

1822
[requires]
19-
python_version = "3.7"
23+
python_version = "3.9"

0 commit comments

Comments
 (0)