* Refactored core.py and increased its unit test coverage to 80%. HTTPretty is slightly more robust now OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=6
14 lines
193 B
Diff
14 lines
193 B
Diff
--- requirements.pip
|
|
+++ requirements.pip
|
|
@@ -7,6 +7,6 @@
|
|
requests==1.1.0
|
|
steadymark==0.4.5
|
|
sure>=1.2.1
|
|
-tornado==2.4
|
|
-tox==1.4.2
|
|
-urllib3
|
|
\ No newline at end of file
|
|
+tornado
|
|
+tox
|
|
+urllib3
|