git ignore and better requirements

This commit is contained in:
Tyler G. Hicks-Wright 2013-12-12 09:21:29 -07:00
parent 8f6a0f4fb1
commit 99c16a7021
2 changed files with 58 additions and 2 deletions

51
.gitignore vendored Normal file
View File

@ -0,0 +1,51 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
venv/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/

View File

@ -1,2 +1,7 @@
requests
flask
Flask==0.10.1
Jinja2==2.7.1
MarkupSafe==0.18
Werkzeug==0.9.4
beautifulsoup4==4.3.2
itsdangerous==0.23
requests==2.1.0