Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
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.

26 lines
367B

  1. black; python_version >= "3.6"
  2. check-manifest
  3. coverage
  4. docutils
  5. flake8
  6. isort
  7. mock
  8. pre-commit
  9. pur
  10. pygments
  11. pylint==1.9.4; python_version >= "2.7" and python_version < "3.0"
  12. pylint; python_version >= "3.4"
  13. pyOpenSSL
  14. pytest
  15. pytest-cov
  16. pytest-mock
  17. pytest-runner
  18. pytest-sugar
  19. pytest-xdist
  20. python-language-server[all]
  21. readme-renderer[md]
  22. sphinx
  23. sphinx-automodapi
  24. tox
  25. twine