Skip to content

Commit ffb0b9b

Browse files
authored
Merge pull request #50 from TTWShell/enhance/tox
remove noused deps
2 parents 3391838 + 0e355da commit ffb0b9b

File tree

3 files changed

+310
-80
lines changed

3 files changed

+310
-80
lines changed

Pipfile

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ name = "pypi"
66
[packages]
77
click = "*"
88
jinja2 = "*"
9-
pypandoc = "*"
109
tox = "*"
11-
pytest = "*"
12-
pytest-cov = "*"
13-
flask-sphinx-themes = "*"
10+
11+
[dev-packages]
1412
sphinx = "*"
1513
sphinx-autobuild = "*"
16-
recommonmark = "*"
14+
flask-sphinx-themes = "*"
15+
psycopg2 = "*"
16+
psycopg2-binary = "*"
17+
pytest = "*"
18+
pytest-cov = "*"
1719
pytest-env = "*"
18-
19-
[dev-packages]
20+
flake8 = "*"
21+
twine = "*"
2022

2123
[requires]
2224
python_version = "3.7"

0 commit comments

Comments
 (0)