mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
Remove probably obsolete requirement for ruamel.yaml (#136)
* Remove probably obsolete requirement for ruamel.yaml Closes issue #134 * require dateparser>=0.7.0 (to ensure ruamel.yaml is not really needed)
This commit is contained in:
committed by
Timo Furrer
parent
bd34915f96
commit
e0e33cc29f
@@ -6,8 +6,7 @@ sphinx = "*"
|
||||
[packages]
|
||||
humanize = "*"
|
||||
pytz = "*"
|
||||
dateparser = "*"
|
||||
"ruamel.yaml" = "*"
|
||||
dateparser = ">=0.7.0"
|
||||
tzlocal = "*"
|
||||
pendulum = ">=1.0"
|
||||
snaptime = "*"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user