From 7e91bff956f95539419dbd3b525ce247c12e6a33 Mon Sep 17 00:00:00 2001 From: Claromes Date: Tue, 16 Jul 2024 18:54:19 -0300 Subject: [PATCH] add Pandas to dep --- poetry.lock | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" -- 2.34.1