forked from pycontribs/jira
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move requirements extras to setup.cfg
Made cli dependencies optional. Install them using using `pip install jira[cli]` fixes pycontribs#361 Change-Id: I73ff68d0fbfd8fcd947b516e04ef6fa489d9da9d Signed-off-by: Sorin Sbarnea <[email protected]>
- Loading branch information
Showing
8 changed files
with
76 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
# The order of packages is significant, because pip processes them in the order | ||
# of appearance. Changing the order has an impact on the overall integration | ||
# process, which may cause wedges in the gate later. | ||
pbr | ||
|
||
ordereddict; python_version < '3.1' | ||
argparse; python_version < '3.2' | ||
argparse; python_version<'3.2' | ||
defusedxml | ||
ordereddict; python_version<'3.1' | ||
requests-oauthlib>=0.6.1 | ||
requests>=2.10.0 | ||
requests_toolbelt | ||
setuptools>=20.10.1 | ||
six>=1.10.0 | ||
defusedxml | ||
ipython>=4.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters