Skip to content

Commit

Permalink
Remove probably obsolete requirement for ruamel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlcinsky committed Apr 3, 2018
1 parent bd34915 commit 67ebf60
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sphinx = "*"
humanize = "*"
pytz = "*"
dateparser = "*"
"ruamel.yaml" = "*"
tzlocal = "*"
pendulum = ">=1.0"
snaptime = "*"
6 changes: 0 additions & 6 deletions maya/core.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# ___ __ ___ _ _ ___
# || \/ | ||=|| \\// ||=||
# || | || || // || ||
# Ignore warnings for yaml usage.
import warnings
import ruamel.yaml

warnings.simplefilter('ignore', ruamel.yaml.error.UnsafeLoaderWarning)

import email.utils
import time
import functools
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
'humanize',
'pytz',
'dateparser',
'ruamel.yaml',
'tzlocal',
'pendulum',
'snaptime'
Expand Down

0 comments on commit 67ebf60

Please sign in to comment.