mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
80aab0ba4a
Introduced several new dependencies, including `dissononce`[1] and `consonance`[2]. See also: https://github.com/tgalal/yowsup/blob/master/CHANGELOG.md#323-2019-05-07 [1]d170246aae
[2]d8d34797d7
14 lines
421 B
Diff
14 lines
421 B
Diff
diff --git a/setup.py b/setup.py
|
|
index e3871a7..930bd6a 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -5,7 +5,7 @@ import yowsup
|
|
import platform
|
|
import sys
|
|
|
|
-deps = ['consonance==0.1.2', 'argparse', 'python-axolotl==0.2.2', 'six==1.10', 'appdirs', 'protobuf>=3.6.0']
|
|
+deps = ['consonance>=0.1', 'python-axolotl>=0.2', 'six>=1.10', 'appdirs', 'protobuf>=3.6.0']
|
|
|
|
if sys.version_info < (2, 7):
|
|
deps.append('importlib')
|