.gitmodules 899 B

123456789101112131415161718192021222324
  1. [submodule "third_party/jedi"]
  2. path = third_party/jedi
  3. url = https://github.com/davidhalter/jedi
  4. [submodule "third_party/OmniSharpServer"]
  5. path = third_party/OmniSharpServer
  6. url = https://github.com/nosami/OmniSharpServer
  7. [submodule "third_party/requests-futures"]
  8. path = third_party/requests-futures
  9. url = https://github.com/ross/requests-futures
  10. [submodule "third_party/requests"]
  11. path = third_party/requests
  12. url = https://github.com/kennethreitz/requests
  13. [submodule "third_party/waitress"]
  14. path = third_party/waitress
  15. url = https://github.com/Pylons/waitress
  16. [submodule "third_party/bottle"]
  17. path = third_party/bottle
  18. url = https://github.com/defnull/bottle
  19. [submodule "third_party/frozendict"]
  20. path = third_party/frozendict
  21. url = https://github.com/slezica/python-frozendict
  22. [submodule "third_party/argparse"]
  23. path = third_party/argparse
  24. url = https://github.com/bewest/argparse