Skip to content

Commit 9f4b6a6

Browse files
committed
Fixes#69 Updated all Run-time Dependancy
1 parent 1cf987d commit 9f4b6a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
requests==2.8.1
2-
xmljson==0.1.6
1+
requests==2.16.0
2+
xmljson==0.1.9
33

requirements_windows.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gooey==0.5
1+
gooey==0.9.5

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
],
2424
keywords="Twitter Loklak Anonymous API",
2525
install_requires=[
26-
"requests==2.8.1",
27-
"xmljson==0.1.6"
26+
"requests==2.16.0",
27+
"xmljson==0.1.9"
2828
],
2929
zip_safe=False,
3030
download_url='https://github.com/loklak/loklak_api_python',

0 commit comments

Comments
 (0)