Skip to content

Commit 2c0d792

Browse files
committed
remove Python 3.6 only deps
1 parent 7609bcf commit 2c0d792

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ generation, and transformation to RDF_. Salad provides a bridge
2323
between document and record oriented data modeling and the Semantic
2424
Web.
2525

26-
The Schema Salad library is Python 3.6+ only.
26+
The Schema Salad library is Python 3.7+ only.
2727

2828
Installation
2929
------------

mypy-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ mypy==0.931
22
black>=19.10b0
33
types-pkg_resources
44
types-requests
5-
types-dataclasses;python_version < "3.7"

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
ruamel.yaml>= 0.12.4, != 0.16.6, < 0.18
2-
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
32
rdflib>= 4.2.2, < 7.0.0
4-
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
53
mistune>=0.8.1,<0.9
64
CacheControl==0.12.10
75
lockfile==0.12.2 # needed for CacheControl's FileCache

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@
7777
"ruamel.yaml >= 0.12.4, != 0.16.6, < 0.18",
7878
# once the minimum version for ruamel.yaml >= 0.15.99
7979
# then please update the mypy targets in the Makefile
80-
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
8180
"rdflib >= 4.2.2, < 7.0.0",
82-
"rdflib-jsonld >= 0.3.0, <= 0.6.1;python_version<='3.6'",
8381
"mistune >= 0.8.1, < 0.9",
8482
"CacheControl >= 0.11.7, < 0.13",
8583
"lockfile >= 0.9", # needed for CacheControl's FileCache

0 commit comments

Comments
 (0)