Skip to content

Commit

Permalink
Prevent acquisition of picosvg past 0.16.0 before we're ready
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Jun 30, 2021
1 parent b74c4c0 commit a7febf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"importlib_resources>=3.3.0; python_version < '3.9'",
"lxml>=4.0",
"ninja>=1.10.0.post1",
"picosvg>=0.15.1",
"picosvg==0.16.0", # TEMPORARY VERSION LOCK
"pillow>=7.2.0",
"regex>=2020.4.4",
"toml>=0.10.1",
Expand Down

0 comments on commit a7febf7

Please sign in to comment.