diff options
author | Melody Horn <melody@boringcactus.com> | 2020-11-17 16:27:28 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-11-17 16:27:28 -0700 |
commit | 7554ab9cff0b91d37ea05423462238bfa6538f3f (patch) | |
tree | 3ff4d949dea217f1590547d7b9506f80ded2f515 | |
parent | c49b0a18592ec2145db65c38073d652fd5dab20b (diff) | |
download | cactus-ssg-7554ab9cff0b91d37ea05423462238bfa6538f3f.tar.gz cactus-ssg-7554ab9cff0b91d37ea05423462238bfa6538f3f.zip |
specify mistune prerelease
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9bd3d0b..1386d73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Jinja2 md2gemini -mistune +mistune>=2.0.0a5,<3 mistune-contrib Pygments |