diff options
author | 0w0 <[email protected]> | 2022-12-29 16:39:00 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-29 16:39:00 +0800 |
commit | 5e63be78aabb6feda2bf92b9db2264aac2721641 (patch) | |
tree | d90bc810150d859c76e64f6e71d8524478014f31 /pyproject.toml | |
parent | bb13b38f862d859007d1d37941f5b5c9d5f38cbc (diff) | |
parent | c0e5f0398bd4c3c55378cff303f31ff968822346 (diff) | |
download | ATRI-5e63be78aabb6feda2bf92b9db2264aac2721641.tar.gz ATRI-5e63be78aabb6feda2bf92b9db2264aac2721641.tar.bz2 ATRI-5e63be78aabb6feda2bf92b9db2264aac2721641.zip |
🔀 Merge pull request #66 from yangrq1018/main
Feature add + bug fix
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6245001..83a8435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ httpx = "^0.23.0" xmltodict = "^0.13.0" parsel = "^1.6.0" onnxruntime = "^1.12.1" +geoip2 = "^4.6.0" [tool.poetry.dev-dependencies] black = "^22.3" |