Skip to content

Commit

Permalink
Merge pull request #34 from ssenart/develop
Browse files Browse the repository at this point in the history
Remove Selenium usage and use simple Web request for login and data retrieval
  • Loading branch information
ssenart authored Dec 2, 2021
2 parents f6f53c0 + aef92d9 commit 9624e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
openpyxl == 2.6.3
openpyxl
requests
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ include_package_data = True
packages = find:
python_requires = >=3.5
install_requires =
selenium == 3.141
openpyxl == 2.6.3
openpyxl >= 2.6.3
requests >= 2.26.0

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 9624e75

Please sign in to comment.