Skip to content

Instantly share code, notes, and snippets.

@glaucocustodio
Last active December 11, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glaucocustodio/4642428 to your computer and use it in GitHub Desktop.
Save glaucocustodio/4642428 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from setuptools import setup
setup(
name='My Project',
version='1.0',
description='OpenShift App',
author='Glauco Custodio',
author_email='glauco.custodio@gmail.com',
url='http://www.python.org/sigs/distutils-sig/',
install_requires=['Django==1.3.5', 'PIL==1.1.7', 'sorl-thumbnail==11.12', 'South==0.7.6', 'django-grappelli==2.3.9']
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment