Skip to content

Commit

Permalink
Added motor-types to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
isFakeAccount committed Dec 21, 2023
1 parent e186765 commit 5073840
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
5 changes: 3 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ google-api-python-client
google-auth-httplib2
google-auth-oauthlib
motor
motor-types
mypy
pip-tools
pyright
pre-commit
pyright
python-dotenv
ruff
types-aiofiles
types-cachetools
types-PyYAML
types-aiofiles
types-ujson
ujson
16 changes: 11 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ idna==3.6
# yarl
motor==3.3.2
# via -r requirements.in
motor-types==1.0.0b3
# via -r requirements.in
multidict==6.0.4
# via
# aiohttp
# yarl
mypy==1.7.1
mypy==1.8.0
# via -r requirements.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -115,12 +117,14 @@ pyasn1==0.5.1
pyasn1-modules==0.3.0
# via google-auth
pymongo==4.6.1
# via motor
# via
# motor
# motor-types
pyparsing==3.1.1
# via httplib2
pyproject-hooks==1.0.0
# via build
pyright==1.1.341
pyright==1.1.342
# via -r requirements.in
python-dotenv==1.0.0
# via -r requirements.in
Expand All @@ -134,7 +138,7 @@ requests-oauthlib==1.3.1
# via google-auth-oauthlib
rsa==4.9
# via google-auth
ruff==0.1.8
ruff==0.1.9
# via -r requirements.in
types-aiofiles==23.2.0.0
# via -r requirements.in
Expand All @@ -145,7 +149,9 @@ types-pyyaml==6.0.12.12
types-ujson==5.9.0.0
# via -r requirements.in
typing-extensions==4.9.0
# via mypy
# via
# motor-types
# mypy
ujson==5.9.0
# via -r requirements.in
uritemplate==4.1.1
Expand Down

0 comments on commit 5073840

Please sign in to comment.