Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

requires.txt 263B

1234567891011121314151617181920212223242526
  1. ZODB>=5.1.1
  2. six
  3. transaction>=2.0.3
  4. persistent>=4.1.0
  5. zc.lockfile
  6. ZConfig
  7. zdaemon
  8. zope.interface
  9. [:python_version == "2.7"]
  10. futures
  11. trollius
  12. [msgpack]
  13. msgpack-python
  14. [test]
  15. zope.testing
  16. manuel
  17. random2
  18. mock
  19. msgpack-python
  20. zope.testrunner
  21. [uvloop]
  22. uvloop>=0.5.1