Skip to content

Commit

Permalink
Sort install requires
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
  • Loading branch information
tkdchen committed May 12, 2023
1 parent ac0e354 commit f14ab19
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 @@ -25,9 +25,9 @@ def read_file(filename: str) -> str:
"django-tinymce==3.5.0",
"django-uuslug==2.0.0",
"html2text==2020.1.16",
"kobo==0.25.0",
"odfpy==1.4.1",
"xmltodict==0.13.0",
"kobo==0.25.0",
],
extras_require={
'mysql': ['mysqlclient==2.1.1'],
Expand Down

0 comments on commit f14ab19

Please sign in to comment.