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 Mar 31, 2018
1 parent dfcd146 commit 8d07142
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 52 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 = "*"
90 changes: 45 additions & 45 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions maya/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,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 8d07142

Please sign in to comment.