removing pycrypto hard dep

This commit is contained in:
niphlod
2016-10-04 00:11:54 +02:00
parent 4f68c418f8
commit bcc237ead8
13 changed files with 1390 additions and 588 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
## Readme
web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.
web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.
It is written and programmable in Python. LGPLv3 License
@@ -10,7 +10,7 @@ Learn more at http://web2py.com
cp examples/app.yaml ./
cp handlers/gaehandler.py ./
Then edit ./app.yaml and replace "yourappname" with yourappname.
## Important reminder about this GIT repo