Skip to content

Commit

Permalink
fix requirements.txt and update kivy to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Inei1 committed Jan 10, 2019
1 parent 1b7e8ff commit f2e0c7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions automaticbrowserlogin/config/configapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
from automaticbrowserlogin.ui.optionspopup import OptionsPopup
from automaticbrowserlogin import root_directory

kivy.require("1.10.0")
kivy.require("1.10.1")

Window.clearcolor = (1, 1, 1, 1)

Config.set("kivy", "log_level", "info")


# uncomment to enable logger debugging
# Config.set("kivy", "log_level", "debug")

Expand Down
2 changes: 1 addition & 1 deletion automaticbrowserlogin/ui/popupio.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from Crypto.Cipher import AES

from automaticbrowserlogin import user_info_directory, private_key, temp_directory
from automaticbrowserlogin import private_key, temp_directory

from base64 import b64encode, b64decode
import json
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
requests==2.21.0
selenium==3.7.0
Crypto==1.4.1
kivy==1.10.0
pycryptodome==3.7.2
keyring==17.1.1
kivy==1.10.1
kivy.deps.sdl2==0.1.18
kivy.deps.glew==0.1.10

0 comments on commit f2e0c7f

Please sign in to comment.