add Pandas to dep
authorClaromes <claromes@hey.com>
Tue, 16 Jul 2024 21:54:19 +0000 (18:54 -0300)
committerClaromes <claromes@hey.com>
Tue, 16 Jul 2024 21:54:19 +0000 (18:54 -0300)
poetry.lock
pyproject.toml

index 05d1e4fde74a7409b1b1bd7d0021e47866d0d81e..8b553bc195dcaafb4ee2187d928d97193bd49133 100644 (file)
@@ -1753,4 +1753,4 @@ watchmedo = ["PyYAML (>=3.10)"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.10"
-content-hash = "e41f880cd350ecafc461396adeec717dd632a56071c030fab761265acc0773f6"
+content-hash = "6ec2a7e5f2ef14da749323fd7fd41018619880340cb46cdcacab7a5d4ec9f852"
index 7296f3a30df16d7b5c605adf2ea5e8e8f5f3d9b6..9c9c686c29868755f1116ae7d9ad50dd1a694522 100644 (file)
@@ -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 <support@claromes.com>"]
 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"