Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Apr 29, 2021
1 parent aa2e61c commit f5ae624
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ignore output of scraper
data.sqlite

# Ignore Rubymine files
# Ignore IDEs files
.idea/

cache/*
cache/*
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# required python packages
requests==2.22
requests==2.25.1
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class ElectricityOutages:
"""
Gather the details of the petitions.
Gather the details of Energex outages.
"""

usage_url = 'https://www.energex.com.au/static/Energex/Network%20Demand/networkdemand.txt'
Expand Down

0 comments on commit f5ae624

Please sign in to comment.