Skip to content

Commit

Permalink
Merge pull request #11 from SciCatProject/logging-deps
Browse files Browse the repository at this point in the history
Update dependencies for logging.
  • Loading branch information
nitrosx authored Apr 23, 2024
2 parents 2f1cbee + 6d49bde commit 9268e88
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 6 deletions.
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

0 comments on commit 9268e88

Please sign in to comment.