Skip to content

Commit 2a6f6cc

Browse files
committed
Update setup.cfg
1 parent 1916a74 commit 2a6f6cc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

setup.cfg

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = solid-file
3-
version = 0.0.1
3+
version = 0.0.3
44
author = hrchu
55
author_email = petertc.chu@gmail.com
66
description = Solid Python library (http://solidproject.org)
@@ -19,7 +19,10 @@ classifiers =
1919
package_dir =
2020
= src
2121
packages = find:
22-
python_requires = >=3.8
22+
python_requires = >=3.7
23+
install_requires =
24+
httpx==0.18.2
25+
rdflib==5.0.0
2326

2427
[options.packages.find]
25-
where = src
28+
where = src

0 commit comments

Comments
 (0)