gvalkov / tailon-legacy

Webapp for looking at and searching through log files
http://tailon-legacy.rtfd.org/
Other
191 stars 45 forks source link

Corrected typo in requirements #53

Closed jliviero closed 6 years ago

jliviero commented 6 years ago

This typo prevents installation. Introduced in PR 50: https://github.com/gvalkov/tailon/pull/50/files#diff-2eeaed663bd0d25b7e608891384b7298R13

stderr:   Could not find a version that satisfies the requirement deepmerger (from tailon) (from versions: )
No matching distribution found for deepmerger (from tailon)
$ pip search deepmerger
$ pip search deepmerge
deepmerge (0.0.4)  - a toolset to deeply merge python dictionaries.
gvalkov commented 6 years ago

Thanks. Just pushed 1.4.1 with your fix.

jliviero commented 6 years ago

Great! Thanks for the quick turnaround.