We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b498fb commit a62f19fCopy full SHA for a62f19f
setup.py
@@ -2,7 +2,7 @@
2
3
setup(name='browsermob-proxy',
4
version='0.0.1',
5
- description='A simple Assertion Framework',
+ description='A library for interacting with the Browsermob Proxy',
6
author='David Burns',
7
author_email='david.burns at theautomatedtester dot co dot uk',
8
url='http://oss.theautomatedtester.co.uk/browsermob-proxy-py',
@@ -15,4 +15,6 @@
15
'Topic :: Software Development :: Testing',
16
'Topic :: Software Development :: Libraries',
17
'Programming Language :: Python'],
18
- packages = find_packages() )
+ packages = find_packages(),
19
+ install_requires=['httplib2==0.7.0'],
20
+ )
0 commit comments