Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies for logging. #11

Merged
merged 6 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ __pycache__/

# User configuration
config.*.json

# Log files
*.log
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ requires-python = ">=3.12"
dependencies = [
"kafka-python",
"ess-streaming-data-types",
"requests"
"requests",
"rich"
]

dynamic = ["version"]
Expand Down
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
kafka-python
ess-streaming-data-types
requests
rich
10 changes: 9 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:79d58844bb27d67652662e3a236fd9fa3ce93ffd
# SHA1:fa65536d18d20d383817bc534417d6c283696d35
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -17,9 +17,17 @@ idna==3.6
# via requests
kafka-python==2.0.2
# via -r base.in
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==1.26.4
# via ess-streaming-data-types
pygments==2.17.2
# via rich
requests==2.31.0
# via -r base.in
rich==13.7.1
# via -r base.in
urllib3==2.2.1
# via requests
2 changes: 0 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ pydantic==2.6.4
# via copier
pydantic-core==2.16.3
# via pydantic
pygments==2.17.2
# via copier
pyproject-hooks==1.0.0
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ mypy==1.9.0
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
typing-extensions==4.10.0
typing-extensions==4.11.0
# via mypy
1 change: 1 addition & 0 deletions requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
kafka-python
ess-streaming-data-types
requests
rich
10 changes: 9 additions & 1 deletion requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:eaa2be497c4f6c6972ee27a328c6f7eac1bbf469
# SHA1:d406a5108f5dcf73c54cbfc7b5a3bcdc3e2872fd
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -18,9 +18,17 @@ idna==3.6
# via requests
kafka-python==2.0.2
# via -r nightly.in
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==1.26.4
# via ess-streaming-data-types
pygments==2.17.2
# via rich
requests==2.31.0
# via -r nightly.in
rich==13.7.1
# via -r nightly.in
urllib3==2.2.1
# via requests