Skip to content

Commit

Permalink
Merge pull request #57 from pvizeli/patch-1
Browse files Browse the repository at this point in the history
Remove stdlib from requirements
  • Loading branch information
vigonotion authored Oct 13, 2020
2 parents 638dd90 + 7be8080 commit 6918479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
VERSION = "0.8.0"

# What packages are required for this module to be executed?
REQUIRED = ["aiohttp", "asyncio", "voluptuous", "pytz"]
REQUIRED = ["aiohttp", "voluptuous", "pytz"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 6918479

Please sign in to comment.