Skip to content

Commit

Permalink
chore: upgrade greenlet
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jun 10, 2019
1 parent c27ee0c commit 5563939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ version.filename = %(source.dir)s/zero/src/Config.py
# (list) Application requirements
# comma seperated e.g. requirements = sqlite3,kivy
requirements = sqlite3,openssl,m2crypto,gevent,'greenlet>=0.4.14',msgpack-python,hostpython3,git+https://github.com/kivy/plyer,android,kivy,sentry_sdk,urllib3,certifi
requirements = sqlite3,openssl,m2crypto,gevent,greenlet,msgpack-python,hostpython3,git+https://github.com/kivy/plyer,android,kivy,sentry_sdk,urllib3,certifi
p4a.branch = master
# (str) Custom source folders for requirements
Expand Down

0 comments on commit 5563939

Please sign in to comment.