diff --git a/README.md b/README.md index 7b0d52e..aae0dcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# [:] Example Python Project +# [:] Example Python 2 Project -An example python project to demonstrate [srcclr](https://www.srcclr.com) scans. +An example Python project to demonstrate [srcclr](https://www.srcclr.com) scans. + +Check out the [python3](https://github.com/srcclr/example-python/tree/python3) branch for a project that builds with Python 3. ## Try me! diff --git a/requirements.txt b/requirements.txt index 189d55c..731eef4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ django==1.7.1 PyJWT==0.4.2 -rsa==3.0 +rsa==3.4 requests==2.2.1 feedparser==5.1.1 pycrypto==2.4 +raven==1.9.4