Skip to content

Commit

Permalink
Merge pull request ofek#117 from hugovk/replace-appdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 14, 2021
2 parents 6cac2ad + 53c6699 commit b12befe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypinfo/db.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import contextlib
import os

from appdirs import user_data_dir
from platformdirs import user_data_dir
from tinydb import TinyDB, Query, where
from tinyrecord import transaction

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ classifiers =
[options]
python_requires = >=3.6
install_requires =
appdirs
binary
click
google-cloud-bigquery >= 0.29.0
platformdirs
tinydb >= 4
tinyrecord >= 0.2.0
packages = find:
Expand Down

0 comments on commit b12befe

Please sign in to comment.