From: Claromes Date: Tue, 16 Jul 2024 21:54:19 +0000 (-0300) Subject: add Pandas to dep X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=7e91bff956f95539419dbd3b525ce247c12e6a33;p=waybacktweets.git add Pandas to dep --- diff --git a/poetry.lock b/poetry.lock index 05d1e4f..8b553bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1753,4 +1753,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e41f880cd350ecafc461396adeec717dd632a56071c030fab761265acc0773f6" +content-hash = "6ec2a7e5f2ef14da749323fd7fd41018619880340cb46cdcacab7a5d4ec9f852" diff --git a/pyproject.toml b/pyproject.toml index 7296f3a..9c9c686 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "waybacktweets" -version = "1.0a7" +version = "1.0rc" description = "Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data." authors = ["Claromes "] license = "GPLv3" @@ -38,6 +38,7 @@ python = "^3.10" requests = "^2.30.0" rich = "^13.6.0" click = "^8.1.7" +pandas = "^2.2.2" [tool.poetry.group.docs.dependencies] sphinx = "^7.3.7"