Skip to content

Commit

Permalink
update lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Sep 25, 2024
1 parent cce5cef commit 0ca29f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false
# universal: true

-e file:.
click==8.1.7
# via jsi
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
# via click
# via loguru
# via pytest
humanize==4.10.0
# via jsi
iniconfig==2.0.0
Expand All @@ -37,3 +41,5 @@ pyright==1.1.378
pytest==8.3.2
rich==13.8.1
# via jsi
win32-setctime==1.1.0 ; sys_platform == 'win32'
# via loguru
7 changes: 6 additions & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false
# universal: true

-e file:.
click==8.1.7
# via jsi
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
# via click
# via loguru
humanize==4.10.0
# via jsi
loguru==0.7.2
Expand All @@ -30,3 +33,5 @@ pyright==1.1.378
# via jsi
rich==13.8.1
# via jsi
win32-setctime==1.1.0 ; sys_platform == 'win32'
# via loguru

0 comments on commit 0ca29f5

Please sign in to comment.