Skip to content

Commit

Permalink
dev: change dependence in requirements.txt setup.py and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxin1300 committed Oct 27, 2017
1 parent ece4bd9 commit a0dc5b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
lxml
PyYAML
nosexcover
python-dateutil
py-dateutil
parallax
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
author_email='kgronlund@suse.com',
url='http://crmsh.github.io/',
packages=['crmsh'],
install_requires=['parallax', 'lxml', 'PyYAML', 'python-dateutil'],
install_requires=['parallax', 'lxml', 'PyYAML', 'py-dateutil'],
scripts=['bin/crm'],
data_files=[('/usr/share/crmsh', ['doc/crm.8.adoc'])],
include_package_data=True)
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = {py26,py27}
envlist = {py34}
skipsdist = True


Expand Down

0 comments on commit a0dc5b8

Please sign in to comment.