Skip to content

Commit

Permalink
Merge branch 'master' into fake-treq
Browse files Browse the repository at this point in the history
Conflicts:
	requirements-dev.txt
	setup.py
  • Loading branch information
cyli committed Jul 9, 2015
2 parents 75b49b1 + e03b370 commit cc9196c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ coverage
htmlcov
_trial_temp
.tox
_trial_temp.lock
4 changes: 1 addition & 3 deletions requirements-dev.txt
@@ -1,7 +1,5 @@
Twisted>=13.2.0
-e .
pyflakes
pep8
sphinx
mock
requests>=2.1.0
six
7 changes: 5 additions & 2 deletions setup.py
Expand Up @@ -27,8 +27,11 @@
version=__version__,
packages=find_packages(),
install_requires=[
"Twisted >= 13.2.0", "requests >= 2.1.0", "service_identity",
"pyOpenSSL >= 0.11", "six"
"Twisted >= 13.2.0",
"pyOpenSSL",
"requests >= 2.1.0",
"service_identity",
"six"
],
package_data={"treq": ["_version"]},
author="David Reid",
Expand Down

0 comments on commit cc9196c

Please sign in to comment.