Skip to content

Commit 4407b6e

Browse files
committed
changing requests min version to 2.12.4
1 parent e67ce7c commit 4407b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests>=1.0
1+
requests>=2.12.4
22
ruamel.yaml>=0.12.4,<0.15
33
rdflib==4.2.2
44
rdflib-jsonld==0.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
include_package_data=True,
4949
install_requires=[
5050
'setuptools',
51-
'requests >= 1.0',
51+
'requests >= 2.12.4',
5252
'ruamel.yaml >= 0.12.4, < 0.15',
5353
'rdflib >= 4.2.2, < 4.3.0',
5454
'shellescape >= 3.4.1, < 3.5',

0 commit comments

Comments
 (0)