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/main.py b/main.py index fa02d01..c19799f 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,10 @@ -from __future__ import print_function +from jwt import algorithms +from django.utils import formats +from rsa import cli +from requests import sessions if __name__ == '__main__': - print('Hello world') + formats.get_format() + algorithms.HMACAlgorithm.prepare_key() + cli.VerifyOperation.perform_operation() + sessions.SessionRedirectMixin.resolve_redirects() diff --git a/requirements.txt b/requirements.txt index ff7ec9b..731eef4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ -django==1.6.2 -ipython==3.2.0 -qpid-python==0.32.1 -filebrowser_safe==0.1 -PyJWT==0.1.1 \ No newline at end of file +django==1.7.1 +PyJWT==0.4.2 +rsa==3.4 +requests==2.2.1 +feedparser==5.1.1 +pycrypto==2.4 +raven==1.9.4