Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from bh/update-requirements
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
bh committed May 10, 2014
2 parents c821e0c + fa42bf3 commit 2f9a78f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions requirements/devel.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r testing.txt
ipdb==0.8
ipython==2.0.0
autopep8==1.0
isort==3.6.2
git+git://github.com/pyflakes/pyflakes.git@0.8.1#egg=pyflakes
autopep8==1.0.2
isort==3.8.0
pyflakes==0.8.1
bumpversion==0.4.1
wheel==0.22.0
wheel==0.23.0
tox==1.7.1

PySide==1.2.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==2.5.2
pytest-cov==1.6
coveralls==0.4.1
mock==1.0.1
coveralls==0.4.2
mock==1.0.1
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
package_dir={"": "src"},
packages=find_packages("src/"),
include_package_data=True,
install_requires=("colorlog==2.0.0",
"daemonize==2.2.3",
install_requires=("colorlog==2.2.0",
"daemonize==2.3",
"docopt==0.6.1",
"enum34==0.9.23",
"enum34==1.0",
"flask==0.10.1",
"keepass==1.2",
"libkeepass==0.1.2",
"lxml==3.2.1"),
"lxml>=3.2"),
extras_require = {
'GUI': ("PySide==1.2.2",)
},
Expand Down

0 comments on commit 2f9a78f

Please sign in to comment.