Browse Source
upd: pyproject.toml, remove python-bsonjs from core deps
pull/13760/head
Kamran Pulatov
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
pyproject.toml
|
|
@ -46,7 +46,6 @@ dependencies = [ |
|
|
|
"starlette>=0.40.0,<0.47.0", |
|
|
|
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0", |
|
|
|
"typing-extensions>=4.8.0", |
|
|
|
"python-bsonjs>=0.5.0", |
|
|
|
] |
|
|
|
|
|
|
|
[project.urls] |
|
|
|