Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove unused ghp-import dependency #54

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down