Skip to content

Commit

Permalink
Add roman package as a requirement, and remove the roman module from …
Browse files Browse the repository at this point in the history
…pyfa
  • Loading branch information
blitzmann committed Feb 23, 2018
1 parent c5ba79c commit 8f42822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 97 deletions.
2 changes: 1 addition & 1 deletion gui/characterEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

from gui.utils.clipboard import toClipboard, fromClipboard

import utils.roman as roman
import roman
import re

pyfalog = Logger(__name__)
Expand Down
95 changes: 0 additions & 95 deletions gui/utils/roman.py

This file was deleted.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ python-dateutil
requests >= 2.0.0
sqlalchemy >= 1.0.5
markdown2
packaging
packaging
roman

0 comments on commit 8f42822

Please sign in to comment.