Skip to content

Commit 7527dac

Browse files
committed
pipfile: Continue pipenv support, but rely on setup.py for dependencies.
Continue to support use of pipenv for development installation and venv management, but rely upon setup.py for centralized dependencies. Thanks to Anders Kaseorg for this suggestion.
1 parent 5679570 commit 7527dac

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

Pipfile

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,7 @@ url = "https://pypi.python.org/simple"
44
name = "pypi"
55

66
[packages]
7-
urwid = "~=2.1.2"
8-
zulip = ">=0.7.0"
9-
urwid-readline = ">=0.12"
10-
beautifulsoup4 = ">=4.9.0"
11-
lxml = ">=4.5.2"
12-
typing_extensions = ">=3.7"
13-
python-dateutil = ">=2.8.1"
14-
tzlocal = ">=2.1"
7+
zulip-term = {editable = true, path="."}
158

169
[dev-packages]
17-
pytest = "==5.3.5"
18-
pytest-mock = "==1.7.1"
19-
pytest-cov = "==2.5.1"
20-
flake8 = "==3.7.9"
21-
flake8-quotes = "==3.0.0"
22-
flake8-continuation = "==1.0.5"
23-
pudb = "==2017.1.4"
24-
snakeviz = "==0.4.2"
25-
gitlint = "==0.10.0"
26-
isort = "~=5.6.0"
27-
autopep8 = "~=1.5.4"
28-
autoflake = "~=1.3.1"
10+
zulip-term = {editable = true, extras=["dev"], path="."}

0 commit comments

Comments
 (0)