Skip to content

Commit 0a01ea0

Browse files
neiljptimabbott
authored andcommitted
zulip: Move dependency on distro into zulip package.
1 parent efcc89d commit 0a01ea0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ coverage>=4.4.1
44
pycodestyle==2.3.1
55
mock
66
pytest
7-
distro
87
-e ./zulip
98
-e ./zulip_bots
109
-e ./zulip_botserver

zulip/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def recur_expand(target_root, dir):
6565
'six',
6666
'typing>=3.5.2.2;python_version<"3.5"',
6767
'matrix_client',
68+
'distro',
6869
],
6970
)
7071

0 commit comments

Comments
 (0)