diff options
| author | Jamie Lennox <jamielennox@redhat.com> | 2014-01-14 11:42:18 +1000 |
|---|---|---|
| committer | Cyril Roelandt <cyril.roelandt@enovance.com> | 2014-01-14 23:00:17 +0100 |
| commit | 9f97db1a2f39f26743dda616d89d93d1c5486a2e (patch) | |
| tree | 98ab732345d7579142fb53643391667aeb45c36f | |
| parent | 2613f7065207d374708b8b5e147bbf2285ee6241 (diff) | |
| download | httpretty-9f97db1a2f39f26743dda616d89d93d1c5486a2e.tar.gz | |
Remove unused requirements
Remove requirements not directly used by the test code. These
requirements make it very difficult to determine what is actually a
dependency of the library.
| -rw-r--r-- | dev-requirements.txt | 2 | ||||
| -rw-r--r-- | requirements.txt | 21 |
2 files changed, 2 insertions, 21 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 0000000..5167622 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,2 @@ +markment==0.2.14 +steadymark==0.4.5 diff --git a/requirements.txt b/requirements.txt index 3ff279d..7e7f808 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,30 +1,9 @@ -bolacha==0.6.0 -couleur==0.5.0 coverage==3.5.3 -cssselect==0.8 -distribute==0.6.30 -Flask==0.9 httplib2==0.7.6 -ipdb==0.7 -ipython==0.13.1 -Jinja2==2.6 -lxml==3.1.2 -markment==0.2.14 -misaka==1.0.2 mock==1.0.1 -multiprocessing==2.6.2.1 nose==1.2.1 -py==1.4.12 -Pygments==1.6 -python-qt==0.50 -PyYAML==3.10 -redis==2.7.1 requests==1.1.0 -speakers==0.0.3 -steadymark==0.4.5 tornado==2.4 tox==1.4.2 -virtualenv==1.8.2 -Werkzeug==0.9.1 sure==1.2.2 urllib3==1.7.1 |
