forked from pymedusa/Medusa
-
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.
* Update dependency lists: - Remove `oauth2` from `requirements.txt` - Fix `adba` commit - Fix `cfscrape` package name - Fix `subliminal` commit - Fix `deluge-client` module - Add markers for some dependencies * Update `_check_python_version` to disallow `< 3.5` * Better requirement URLs for github deps Use `tar.gz` archives from `codeload.github.com` instead of git. Should be faster and lighter. * Reorder columns (remove `Status`) * Sort lists by package name * Move all packages for Python < 3.5 into `ext2`: - Move `singledispatch` to `ext2` Anything for Python versions below 3.4 is Python 2.7 in our case - Move `backports_abc` to `ext2` Anything for Python versions below 3.5 is Python 2.7 in our case * Remove markers from list Use `folder` to apply markers when generating `requirements.txt` * Update `requirements.txt` based off of list To only contain: - Packages directly imported/used by `medusa` - Git dependencies * Remove unreachable code See `medusa/init/__init__.py`: `_check_python_version` executes first * Fix `validators` version
- Loading branch information
Showing
9 changed files
with
100 additions
and
114 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
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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