We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1916a74 commit 2a6f6ccCopy full SHA for 2a6f6cc
1 file changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = solid-file
3
-version = 0.0.1
+version = 0.0.3
4
author = hrchu
5
author_email = petertc.chu@gmail.com
6
description = Solid Python library (http://solidproject.org)
@@ -19,7 +19,10 @@ classifiers =
19
package_dir =
20
= src
21
packages = find:
22
-python_requires = >=3.8
+python_requires = >=3.7
23
+install_requires =
24
+ httpx==0.18.2
25
+ rdflib==5.0.0
26
27
[options.packages.find]
-where = src
28
+where = src
0 commit comments