Skip to content

Commit

Permalink
fix bug in installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Sep 23, 2022
1 parent ca01f26 commit 784dd18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pip install git+https://github.com/MAfarrag/statista
## pip
to install the last release you can easly use pip
```
pip install statista==0.1.4
pip install statista==0.1.5
```

Quick start
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
history = history_file.read()

requirements = [line.strip() for line in open("requirements.txt").readlines()]
requirements = requirements[1:]

test_requirements = [
"pytest>=3",
]

setup(
name="statista",
version="0.1.4",
version="0.1.5",
description="statistics package",
author="Mostafa Farrag",
author_email="[email protected]",
Expand Down

0 comments on commit 784dd18

Please sign in to comment.