Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-keeper committed Feb 16, 2024
1 parent 4ed4153 commit 5b8f9f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ pykeepass
pyperclip
pysocks
pytest
requests>=2.30.0
requests; python_version<'3.7'
requests>=2.30.0; python_version>='3.7'
tabulate
pyqrcode
keeper-secrets-manager-core>=16.6.0
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ install_requires =
pykeepass
pyperclip
pysocks
requests>=2.30.0
requests; python_version<'3.7'
requests>=2.30.0; python_version>='3.7'
tabulate
keeper-secrets-manager-core>=16.2.0
websockets
fido2
aiortc; python_version >= '3.8'
aiortc; python_version>='3.8'

[options.extras_require]
test =
Expand Down

0 comments on commit 5b8f9f7

Please sign in to comment.