#--- Python requirements to be included in EVERY environment
#    NOTE: to avoid conflicts, every requirement should include the version

pip               == 0.8.3
              
#--- Django   
django            == 1.3.1
httplib2          == 0.7.1    
simplejson        == 2.1.6  

#--- Admin
django-grappelli  == 2.3.4
