diff setup.cfg @ 26:7d3cc440e578

add setup.py
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sun, 21 Nov 2021 18:54:10 +0100
parents 650b11261b2c
children
line wrap: on
line diff
--- a/setup.cfg	Sun Nov 21 18:38:18 2021 +0100
+++ b/setup.cfg	Sun Nov 21 18:54:10 2021 +0100
@@ -19,6 +19,9 @@
     = src
 packages = find:
 python_requires = >=3.8
+install_requires =
+    plyvel~=1.3.0
+    testfixtures~=6.18.3
 
 [options.packages.find]
 where = src
\ No newline at end of file