Skip to content

Commit

Permalink
added chardet req
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliankraft committed Jun 12, 2023
1 parent bad9abb commit 4edd01b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/energy_usage.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys ; sys.setrecursionlimit(sys.getrecursionlimit() * 5)
block_cipher = None


Expand Down
11 changes: 6 additions & 5 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
awattar
pandas
netznoe-smartmeter-portal-api
openpyxl
argparse
awattar==0.2.1
pandas==2.0.2
netznoe-smartmeter-portal-api==1.0.2
openpyxl==3.1.2
argparse==1.4.0
chardet==5.1.0

0 comments on commit 4edd01b

Please sign in to comment.