mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Re-tagged blog posts
This commit is contained in:
parent
209995c77b
commit
2a9c127365
186 changed files with 186 additions and 146 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "Python Packaging: Optional Dependencies"
|
||||
date: 2020-05-01T00:43:07-04:00
|
||||
draft: false
|
||||
tags: ["python"]
|
||||
tags: ["Python"]
|
||||
---
|
||||
|
||||
It is possible to make different package group of optional dependencies for a Python package. This is useful if you want to include an extra set of dependencies for developers/maintainers of the package. We can also define a plugin-based package similarly to how [OpenAI Gym uses it](https://github.com/openai/gym/blob/67212547ac29296839434324a0d5996e48fae840/setup.py) to denote different categories of environments you can setup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue