Skip to content

Commit

Permalink
updated outdated python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Oct 27, 2014
1 parent 07ecda6 commit 4d785ce
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ django-kevin
============

![Django 1.7.1](http://img.shields.io/badge/Django-1.7.1-brightgreen.svg)
![Requirements Status](https://requires.io/github/imkevinxu/django-kevin/requirements.svg?branch=master)

A heavily personalized project template for Django 1.7.1 using Postgres for development and production. Ready to deploy on Heroku with a bunch of other goodies.

Expand Down Expand Up @@ -309,8 +310,8 @@ Logentries

Suggestions
-----------
- [Sentry](https://devcenter.heroku.com/articles/sentry) for error tracking with [Raven](http://raven.readthedocs.org/en/latest/index.html) as the client. Make sure to use a [synchronous blocking transport](http://python-rq.org/patterns/sentry/).
- [New Relic](https://devcenter.heroku.com/articles/newrelic) for performance monitoring
- [Sentry](https://devcenter.heroku.com/articles/sentry) for error tracking with [Raven](http://raven.readthedocs.org/en/latest/index.html) as the client. Make sure to use a [synchronous blocking transport](http://python-rq.org/patterns/sentry/).

Libraries
=========
Expand All @@ -327,7 +328,7 @@ base.txt
- [dj-static 0.0.6](https://github.com/kennethreitz/dj-static) - Serve production static files with Django
- [django-authtools 1.0.0](http://django-authtools.readthedocs.org/en/latest/) - Custom User model classes such as `AbstractEmailUser` and `AbstractNamedUser`
- [django-braces 1.4.0](http://django-braces.readthedocs.org/en/v1.4.0/) - Lots of custom mixins
- [django-extensions 1.3.9](http://django-extensions.readthedocs.org/en/latest/) - Useful command line extensions (`shell_plus`, `create_command`, `export_emails`)
- [django-extensions 1.4.4](http://django-extensions.readthedocs.org/en/latest/) - Useful command line extensions (`shell_plus`, `create_command`, `export_emails`)
- [django-floppyforms 1.2.0](http://django-floppyforms.readthedocs.org/en/latest/) - Control of output of form rendering
- [django-model-utils 2.2](https://django-model-utils.readthedocs.org/en/latest/) - Useful model mixins and utilities such as `TimeStampedModel` and `Choices`
- [django-pipeline 1.3.25](http://django-pipeline.readthedocs.org/en/latest/) - CSS and JS compressor and compiler. Also minifies HTML
Expand All @@ -336,27 +337,27 @@ base.txt
- [invoke 0.9.0](https://github.com/pyinvoke/invoke) - Python task execution in `tasks.py`
- [logutils 0.3.3](https://pythonhosted.org/logutils/) - Nifty handlers for the Python standard library’s logging package
- [project-runpy 0.3.1](https://github.com/crccheck/project_runpy) - Helpers for Python projects like ReadableSqlFilter
- [psycopg2 2.5.3](http://pythonhosted.org/psycopg2/) - PostgreSQL adapter
- [psycopg2 2.5.4](http://pythonhosted.org/psycopg2/) - PostgreSQL adapter
- [python-magic 0.4.6](https://github.com/ahupp/python-magic) - Library to identify uploaded files' headers
- [pytz 2014.4](http://pytz.sourceforge.net/) - World timezone definitions
- [requests 2.4.0](http://docs.python-requests.org/en/latest/) - HTTP request API
- [pytz 2014.7](http://pytz.sourceforge.net/) - World timezone definitions
- [requests 2.4.3](http://docs.python-requests.org/en/latest/) - HTTP request API
- [rq-scheduler 0.5.0](https://github.com/ui/rq-scheduler) - Job scheduling capabilities to RQ
- [six 1.8.0](http://pythonhosted.org/six/) - Python 2 and 3 compatibility utilities
- [static 1.0.2](https://github.com/lukearno/static) - Serves static and dynamic content
- [static 1.1.1](https://github.com/lukearno/static) - Serves static and dynamic content
- [unicode-slugify 0.1.1](https://github.com/mozilla/unicode-slugify) - A slugifier that works in unicode

dev.txt
-------
- [Werkzeug 0.9.6](http://werkzeug.pocoo.org/) - WSGI utility library with powerful debugger
- [django-debug-toolbar 1.2.1](http://django-debug-toolbar.readthedocs.org/en/1.2/) - Debug information in a toolbar
- [django-sslserver 0.12](https://github.com/teddziuba/django-sslserver) - SSL localhost server
- [django-sslserver 0.14](https://github.com/teddziuba/django-sslserver) - SSL localhost server

prod.txt
--------
- [Collectfast 0.2.0](https://github.com/antonagestam/collectfast) - Faster collectstatic
- [boto 2.32.1](https://boto.readthedocs.org/en/latest/) - Python interface to AWS
- [Collectfast 0.2.1](https://github.com/antonagestam/collectfast) - Faster collectstatic
- [boto 2.34.0](https://boto.readthedocs.org/en/latest/) - Python interface to AWS
- [dj-database-url 0.3.0](https://github.com/kennethreitz/dj-database-url) - Allows Django to use database URLs for Heroku
- [django-secure 1.0](http://django-secure.readthedocs.org/en/v0.1.2/) - Django security best practices
- [django-secure 1.0.1](http://django-secure.readthedocs.org/en/v0.1.2/) - Django security best practices
- [django-storages 1.1.8](http://django-storages.readthedocs.org/en/latest/index.html) - Custom storage backends; using S3
- [gunicorn 19.1.0](https://github.com/benoitc/gunicorn) - Production WSGI server with workers

Expand All @@ -366,7 +367,7 @@ test.txt
- [nose-exclude 0.2.0](https://bitbucket.org/kgrandis/nose-exclude) - Easily specify directories to be excluded from testing
- [django-nose 1.2](https://github.com/django-nose/django-nose) - Django test runner using nose
- [factory-boy 2.4.1](https://github.com/rbarrois/factory_boy) - Test fixtures replacement for Python
- [flake8 2.2.3](http://flake8.readthedocs.org/en/latest/) - Python style checker
- [flake8 2.2.5](http://flake8.readthedocs.org/en/latest/) - Python style checker

config/lib
----------
Expand Down
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-braces==1.4.0

# Useful command line extensions (`shell_plus`, `create_command`, `export_emails`)
# http://django-extensions.readthedocs.org/en/latest/
django-extensions==1.3.9
django-extensions==1.4.4

# Control of output of form rendering
# http://django-floppyforms.readthedocs.org/en/latest/
Expand Down Expand Up @@ -62,19 +62,19 @@ project-runpy==0.3.1

# PostgreSQL adapter
# http://pythonhosted.org/psycopg2/
psycopg2==2.5.3
psycopg2==2.5.4

# Library to identify uploaded file's headers
# https://github.com/ahupp/python-magic
python-magic==0.4.6

# World timezone definitions
# http://pytz.sourceforge.net/
pytz==2014.4
pytz==2014.7

# HTTP request API
# http://docs.python-requests.org/en/latest/
requests==2.4.0
requests==2.4.3

# Job scheduling capabilities to RQ
# https://github.com/ui/rq-scheduler
Expand All @@ -86,7 +86,7 @@ six==1.8.0

# Serves static and dynamic content
# https://github.com/lukearno/static
static==1.0.2
static==1.1.1

# A slugifier that works in unicode
# https://github.com/mozilla/unicode-slugify
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ django-debug-toolbar==1.2.1

# SSL localhost server
# https://github.com/teddziuba/django-sslserver
django-sslserver==0.12
django-sslserver==0.14
6 changes: 3 additions & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

# Faster collectstatic
# https://github.com/antonagestam/collectfast
Collectfast==0.2.0
Collectfast==0.2.1

# Python interface to AWS
# https://boto.readthedocs.org/en/latest/
boto==2.32.1
boto==2.34.0

# Allows Django to use database URLs for Heroku
# https://github.com/kennethreitz/dj-database-url
dj-database-url==0.3.0

# Django security best practices
# http://django-secure.readthedocs.org/en/v0.1.2/
django-secure==1.0
django-secure==1.0.1

# Custom storage backends; using S3
# http://django-storages.readthedocs.org/en/latest/index.html
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ factory-boy==2.4.1

# Python style checker
# http://flake8.readthedocs.org/en/latest/
flake8==2.2.3
flake8==2.2.5

0 comments on commit 4d785ce

Please sign in to comment.