Django site for displaying current laundry machine usage in GMU dorms

requirements.txt 233B

123456789101112131415
  1. BeautifulSoup==3.2.1
  2. Django==1.6.5
  3. MySQL-python==1.2.5
  4. South==1.0
  5. argparse==1.2.1
  6. dj-database-url==0.3.0
  7. dj-static==0.0.6
  8. django-toolbelt==0.0.1
  9. gunicorn==19.1.0
  10. lxml==3.3.5
  11. psycopg2==2.5.3
  12. pygal==1.4.6
  13. static3==0.5.1
  14. wsgiref==0.1.2