Skip to main content

A package for common python development dependencies

Project description

py-dev-deps

A project that only manages python development dependencies

The aim of this project is to provide a common denominator for python development dependencies in one package that can be added as a development dependency to other projects. By using poetry to resolve and maintain a common set of compatible development dependencies, it may help to reduce the burdens of package installations for projects using this project as a development dependency.

Install

See INSTALL for more details; the following should work; note that the intention is to use this package only for development dependencies.

poetry

poetry add -D 'py-dev-deps'

pip

cat >> dev-requirements.txt <<EOF
py-dev-deps
EOF

pip install -r dev-requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-dev-deps-0.1.2.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

py_dev_deps-0.1.2-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page