Skip to content

Commit

Permalink
chore: update requirements for extras
Browse files Browse the repository at this point in the history
  • Loading branch information
zireael committed Nov 11, 2019
1 parent a34750b commit 1c93d1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
aiohttp = "*"
aiohttp = {extras = ["speedups"],version = "*"}
parsel = "*"
cchardet = "*"
dill = "*"

[requires]
python_version = "3.6"
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
aiohttp
aiohttp[speedups]
parsel
cchardet
dill
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
EMAIL = "zireael.me@gmail.com"
AUTHOR = "wooddance"
VERSION = "0.1.5"
REQUIRED = ["aiohttp", "parsel", "cchardet", "dill"]
REQUIRED = ["aiohttp[speedups]", "parsel", "dill"]

setup(
name=NAME,
Expand Down

0 comments on commit 1c93d1c

Please sign in to comment.