sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

New updates to section, Python Package Requirements File #140

Closed riseriyo closed 9 years ago

riseriyo commented 9 years ago

Under section "Python Package Requirements File", update packages to:

$ pip freeze argparse==1.1 Django==1.7 WebOb==1.4 WebTest==2.0.16 beautifulsoup4==4.3.2 django-webtest==1.7.7 six==1.8.0 waitress==0.8.9 wsgiref==0.1.2

macro1 commented 9 years ago

Using these:

$ pip freeze
Django==1.7
WebOb==1.4
WebTest==2.0.16
beautifulsoup4==4.3.2
django-webtest==1.7.7
six==1.8.0
waitress==0.8.9