diff --git a/requirements.txt b/requirements.txt index fea6eda..b9c1bcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ PyYAML>=3.11 SQLAlchemy>=0.9.6 humanize>=0.5.1 -pytest>=2.5.2 schema>=0.3.1 psutil>=2.1.1 click>=3.1 diff --git a/setup.py b/setup.py index 2967d26..31a1ac2 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ 'PyYAML>=3.11', 'SQLAlchemy>=0.9.6', 'humanize>=0.5.1', - 'pytest>=2.5.2', 'schema>=0.3.1', 'click>=3.1', 'SQLAlchemy-Utils>=0.26.11',