Use build instead of setup.py
[mudpy.git] / setup.cfg
index 9a70b8a..8736681 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,6 +45,9 @@ classifiers =
     Topic :: Internet
 
 [options]
+install_requires =
+    passlib>=1.7
+    pyyaml
 python_requires = >=3.6
 
 [files]