Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 11, 2023
1 parent c7cff43 commit ddd8ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ install_requires =
exif==1.6.0
appdirs==1.4.4
pyyaml==6.0
types-PyYAML
psutil==5.9.4
google-auth-oauthlib==1.0.0

Expand All @@ -52,6 +51,8 @@ dev =
setuptools_scm[toml]>=6.2
mock
types-setuptools
types-requests
types-PyYAML

[options.packages.find]
where = src
Expand Down

0 comments on commit ddd8ea8

Please sign in to comment.