Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a754ff commit 360a516Copy full SHA for 360a516
README.md
@@ -58,7 +58,6 @@ The following libraries will be installed when you install the client library:
58
59
For development you will also need the following libraries:
60
* [WebTest](http://webtest.pythonpaste.org/en/latest/index.html)
61
-* [pycrypto](https://pypi.python.org/pypi/pycrypto)
62
* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
63
64
## Contributing
tox.ini
@@ -11,7 +11,6 @@ deps =
11
google-auth-httplib2
12
mox
13
pyopenssl
14
- pycrypto==2.6
15
django<2.0.0; python_version < '3.0.0'
16
django>=2.0.0; python_version > '3.0.0'
17
flake8
0 commit comments