From e2bd5f4edab7d14b75f65c296631855d886e38d1 Mon Sep 17 00:00:00 2001 From: royjr Date: Sat, 16 Dec 2023 22:14:25 -0500 Subject: [PATCH] remove dependency --- poetry.lock | 21 --------------------- pyproject.toml | 2 -- 2 files changed, 23 deletions(-) diff --git a/poetry.lock b/poetry.lock index 44e07568b3..6d064af170 100644 --- a/poetry.lock +++ b/poetry.lock @@ -180,16 +180,6 @@ files = [ {file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"}, ] -[[package]] -name = "atomicwrites" -version = "1.4.1" -description = "Atomic file writes." -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -files = [ - {file = "atomicwrites-1.4.1.tar.gz", hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"}, -] - [[package]] name = "attrs" version = "23.1.0" @@ -4720,17 +4710,6 @@ notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] -[[package]] -name = "types-atomicwrites" -version = "1.4.5.1" -description = "Typing stubs for atomicwrites" -optional = false -python-versions = "*" -files = [ - {file = "types-atomicwrites-1.4.5.1.tar.gz", hash = "sha256:9e9f0923ebf93524b28bcece5a23ac8c3820f39b060df29f671936d2e4bc04bc"}, - {file = "types_atomicwrites-1.4.5.1-py3-none-any.whl", hash = "sha256:2f1febbdc78b55453b189fa5b136dce34bab7d1d82319163d470e404aab55c83"}, -] - [[package]] name = "types-pycurl" version = "7.45.2.5" diff --git a/pyproject.toml b/pyproject.toml index 07cf9a2233..3f532e21be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,6 @@ documentation = "https://docs.comma.ai" [tool.poetry.dependencies] python = "~3.11" -atomicwrites = "*" aiohttp = "*" aiortc = "*" casadi = "==3.6.3" @@ -160,7 +159,6 @@ sphinx-rtd-theme = "*" sphinx-sitemap = "*" tabulate = "*" tenacity = "*" -types-atomicwrites = "*" types-pycurl = "*" types-PyYAML = "*" types-requests = "*"