Depend on latest fill3 for fix in termstr.

- Termstr's center method now correctly matches str.
This commit is contained in:
Andrew Hamilton 2022-04-18 00:29:31 +10:00
parent c4be1baca8
commit 7b7faba590

View file

@ -18,4 +18,4 @@ setup(name="diff-edit",
entry_points={"console_scripts": ["diff-edit=diff_edit:main"]},
install_requires=[
"pygments==2.10.0", "docopt==0.6.2",
"fill3 @ git+https://github.com/ahamilton/eris@v2022.03.15#subdirectory=fill3"])
"fill3 @ git+https://github.com/ahamilton/eris@v2022.04.18#subdirectory=fill3"])