Skip to content

Commit

Permalink
update readme with pypi name, remove orjson
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastu committed Aug 21, 2020
1 parent 2801eb4 commit 5dca03b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Since this package is still under active development, it has not been pushed to
stable and reliable enough for immediate use. You can install this via git+https, i.e. :

```bash
pip install git+https://github.com/thomastu/pyEIA.git
pip install pyeia
pip show pyeia
```

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ packages = [
python = "^3.8"
pandas = "^1.1.0"
click = "^7.1.2"
orjson = "^3.3.0"
dynaconf = "^3.0.0"
httpx = "^0.13.3"
loguru = "^0.5.1"
Expand Down

0 comments on commit 5dca03b

Please sign in to comment.