Kevin Hu commited on
Commit
5780c15
·
1 Parent(s): c4edd97

Add a dependency blincker. (#3882)

Browse files

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +1 -0
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -19,6 +19,7 @@ arxiv = "2.1.3"
19
  aspose-slides = { version = "^24.9.0", markers = "platform_machine == 'x86_64' or (sys_platform == 'darwin' and platform_machine == 'arm64') " }
20
  beartype = "^0.18.5"
21
  bio = "1.7.1"
 
22
  boto3 = "1.34.140"
23
  botocore = "1.34.140"
24
  cachetools = "5.3.3"
 
19
  aspose-slides = { version = "^24.9.0", markers = "platform_machine == 'x86_64' or (sys_platform == 'darwin' and platform_machine == 'arm64') " }
20
  beartype = "^0.18.5"
21
  bio = "1.7.1"
22
+ blinker = "1.7.0"
23
  boto3 = "1.34.140"
24
  botocore = "1.34.140"
25
  cachetools = "5.3.3"