Skip to content

Commit e63f144

Browse files
adds packaging to setup requirements.
1 parent 4bf7312 commit e63f144

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

setup.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pythonanywhere",
12-
version="0.9.6",
12+
version="0.9.7",
1313
description="PythonAnywhere helper tools for users",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
@@ -28,7 +28,15 @@
2828
],
2929
keywords="pythonanywhere api cloud web hosting",
3030
packages=["cli", "pythonanywhere", "pythonanywhere.api"],
31-
install_requires=["docopt", "python-dateutil", "requests", "schema", "tabulate", "typer"],
31+
install_requires=[
32+
"docopt",
33+
"packaging",
34+
"python-dateutil",
35+
"requests",
36+
"schema",
37+
"tabulate",
38+
"typer",
39+
],
3240
extras_require={},
3341
python_requires=">=3.6",
3442
package_data={},

0 commit comments

Comments
 (0)