Skip to content

Commit

Permalink
➖ Remove conflicting dependencies
Browse files Browse the repository at this point in the history
Since some optional dependencies seems to not playing well when uploading package to PyPI... but we also fix the ones which are not optional

**Note:** we still have the dependencies listed at `setup.py` file, so if anyone needs all of them could install them via `pip install .[dev]`
  • Loading branch information
opacam committed Apr 26, 2020
1 parent a776c5d commit 83e2dde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 131 deletions.
134 changes: 9 additions & 125 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,13 @@ packages = [
[tool.poetry.dependencies]
python = "^3.6"
autobahn = {optional = true, version = "*"}
axiom = {optional = true, git = "https://github.com/opacam/axiom.git", branch = "python3"}
configobj = ">=4.3"
dbus-python = {optional = true, version = "*"}
discid = {optional = true, git = "https://github.com/JonnyJD/python-discid.git", branch = "master"}
epsilon = {optional = true, git = "https://github.com/opacam/epsilon.git", branch = "python3"}
feedparser = {optional = true, version = "*"}
gdata = {optional = true, git = "https://github.com/dvska/gdata-python3.git", branch = "master"}
livestreamer = {optional = true, version = "*"}
eventdispatcher = {git = "https://github.com/lobocv/eventdispatcher.git", rev = "1.9.4"}
eventdispatcher = {version = "==1.9.4"}
lxml = "*"
pycairo = {version = ">=1.17.1", optional = true}
pycdb = {optional = true, git = "https://github.com/fishstiqz/pycdb.git", branch = "master"}
pygobject = {version = ">=3.30.0", optional = true}
pyopenssl = "*"
python-dateutil = "*"
Expand Down

0 comments on commit 83e2dde

Please sign in to comment.