Skip to content

Commit

Permalink
馃敡 Added bs4 to install_requires=
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Jun 5, 2024
1 parent 73f0538 commit a291e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/moodle-to-vikwikiquiz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MoodleToVikwikiquiz < Formula

desc "A CLI for converting a graded Moodle quiz HTML to a vik.wiki quiz wikitext."
homepage "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz"
url "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz/archive/1.0.19.tar.gz"
url "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz/archive/1.0.20.tar.gz"
license "GPl-3.0"
sha256 ""
head "https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz.git"
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description="A CLI for converting a graded Moodle quiz HTML to a vik.wiki quiz wikitext.",
author="M谩t茅 Gy枚ngy枚si",
url="https://github.com/gy-mate/homebrew-moodle-to-vikwikiquiz",
version="1.0.19",
version="1.0.20",
packages=find_packages(where="src"),
package_dir={"": "src"},
entry_points={
Expand All @@ -16,5 +16,6 @@
python_requires=">=3.9",
install_requires=[
"beautifulsoup4",
"bs4",
],
)

0 comments on commit a291e4e

Please sign in to comment.