diff --git a/airlift/csv_data.py b/airlift/csv_data.py index 04dc051..7badc9d 100644 --- a/airlift/csv_data.py +++ b/airlift/csv_data.py @@ -5,7 +5,6 @@ from typing import Any, Dict, Iterable, Iterator, List, Optional import datetime import email -from alive_progress import alive_bar from airlift.utils_exceptions import CriticalError from airlift.airlift_data_guesser import guess_data_type diff --git a/airlift_linux b/airlift_linux deleted file mode 100644 index f0a2daa..0000000 Binary files a/airlift_linux and /dev/null differ diff --git a/poetry.lock b/poetry.lock index 251b3a9..efdcbfc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,31 +1,5 @@ # This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. -[[package]] -name = "about-time" -version = "4.2.1" -description = "Easily measure timing and throughput of code blocks, with beautiful human friendly representations." -optional = false -python-versions = ">=3.7, <4" -files = [ - {file = "about-time-4.2.1.tar.gz", hash = "sha256:6a538862d33ce67d997429d14998310e1dbfda6cb7d9bbfbf799c4709847fece"}, - {file = "about_time-4.2.1-py3-none-any.whl", hash = "sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341"}, -] - -[[package]] -name = "alive-progress" -version = "3.1.4" -description = "A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!" -optional = false -python-versions = ">=3.7, <4" -files = [ - {file = "alive-progress-3.1.4.tar.gz", hash = "sha256:74a95d8d0d42bc99d3a3725dbd06ebb852245f1b64e301a7c375b92b22663f7b"}, - {file = "alive_progress-3.1.4-py3-none-any.whl", hash = "sha256:c80ad87ce9c1054b01135a87fae69ecebbfc2107497ae87cbe6aec7e534903db"}, -] - -[package.dependencies] -about-time = "4.2.1" -grapheme = "0.6.0" - [[package]] name = "annotated-types" version = "0.6.0" @@ -161,19 +135,6 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -[[package]] -name = "grapheme" -version = "0.6.0" -description = "Unicode grapheme helpers" -optional = false -python-versions = "*" -files = [ - {file = "grapheme-0.6.0.tar.gz", hash = "sha256:44c2b9f21bbe77cfb05835fec230bd435954275267fea1858013b102f8603cca"}, -] - -[package.extras] -test = ["pytest", "sphinx", "sphinx-autobuild", "twine", "wheel"] - [[package]] name = "idna" version = "3.4" @@ -423,4 +384,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "59cb35905797bf70485cf8dc8a84428d4dbe4a221b3fd917ce699d445aa2814c" +content-hash = "802915c173faaa5ad970e1c64c42bd10b386e2afc5676d868a274ee65bb94b2e" diff --git a/pyproject.toml b/pyproject.toml index 5644f1d..5436b54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ airlift = "airlift.cli:main" python = "^3.8" pyairtable = "^2.1.0.post1" requests = "^2.31.0" -alive-progress = "^3.1.4" tqdm = "^4.66.1" [tool.poetry.group.dev.dependencies]