From 86893d84df3536ef6ea75bba77c49bfa10043d77 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sat, 18 Nov 2023 22:56:06 +0000 Subject: [PATCH] remove requirements.txt update README --- README.rst | 7 +++---- requirements.txt | 4 ---- test-requirements.txt | 22 ---------------------- 3 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 requirements.txt delete mode 100644 test-requirements.txt diff --git a/README.rst b/README.rst index 2c5cff80..48bfde94 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Requirements ------------- * pygeoif_ -* dateutils_ +* lxml_ * arrow_ Optional @@ -105,8 +105,7 @@ Optional * lxml_ -You can install all of the requirements for working with FastKML by using -pip_:: +You can install all of the requirements for working with FastKML by using pip_:: pip install -r requirements.txt @@ -125,5 +124,5 @@ Please submit a PR with the features you'd like to see implemented. .. _pygeoif: http://pypi.python.org/pypi/pygeoif/ .. _lxml: https://pypi.python.org/pypi/lxml -.. _dateutils: https://pypi.python.org/pypi/dateutils +.. _arrow: https://pypi.python.org/pypi/arrow .. _pip: https://pypi.python.org/pypi/pip diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d21c1195..00000000 --- a/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -arrow -# Base package requirements -pygeoif>=1.1.0 -typing_extensions diff --git a/test-requirements.txt b/test-requirements.txt deleted file mode 100644 index c830d80f..00000000 --- a/test-requirements.txt +++ /dev/null @@ -1,22 +0,0 @@ --r requirements.txt --r doc/requirements.txt -black -flake8 -# flake8-dunder-all -flake8-isort -flake8-logging-format -flake8-use-fstring -isort -lizard -lxml-stubs -mypy -pep8-naming -pre-commit -pytest -pytest-cov -pytest-randomly -python-dateutil -radon -types-python-dateutil -types-setuptools -yamllint