We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac551c9 commit 844abe3Copy full SHA for 844abe3
README.md
@@ -1,6 +1,5 @@
1
ronkyuu
2
=======
3
-
4
論及 ronkyuu - mention, reference to, touching upon
5
6
Python package to help with parsing, handling and other manipulations
@@ -75,4 +74,8 @@ Requires
75
74
========
76
Python v2.6+ but see requirements.txt for a full list
77
+Installing the latest version of Requests and it's OAuth plugin now requires pyOpenSSL which
78
+will require compiling of source libs. You may need to have installed the -dev package for the
79
+version of Python you are working with.
80
+
81
For testing I use [httmock](https://pypi.python.org/pypi/httmock/) to stub the web calls
0 commit comments