From cd883c711a9133bdf088ce3a546b634180825e12 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 7 Mar 2024 12:14:59 -0600 Subject: [PATCH] chore: Remove unused ghp-import dependency * As ghp-import is not used there is no need to install it. --- pyproject.toml | 2 +- requirements.txt | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66f220d..9d5d1f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,5 +6,5 @@ build-backend = "hatchling.build" name = "conference_scipy" classifiers = ["Private :: Do Not Upload"] version = "0" -dependencies = ["markdown", "pelican", "ghp-import"] +dependencies = ["markdown", "pelican"] diff --git a/requirements.txt b/requirements.txt index a352d0d..7deacc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,8 +12,6 @@ docutils==0.20.1 # via pelican feedgenerator==2.1.0 # via pelican -ghp-import==2.1.0 - # via conference_scipy (pyproject.toml) idna==3.6 # via anyio jinja2==3.1.3 @@ -35,9 +33,7 @@ pygments==2.17.2 # pelican # rich python-dateutil==2.9.0.post0 - # via - # ghp-import - # pelican + # via pelican pytz==2024.1 # via feedgenerator rich==13.7.1