logix-project / logix

AI Logging for Interpretability and Explainability🔬
Apache License 2.0
74 stars 6 forks source link

Separating the test requirements #89

Closed eatpk closed 7 months ago

eatpk commented 7 months ago

I am trying to separate the test requirements apart from the requirements.txt.

Having a separate test requirements is a common pattern like below: https://github.com/kubernetes-client/python/blob/master/test-requirements.txt

sangkeun00 commented 7 months ago

@eatpk I agree that this is a common pattern. One minor comment is that we may want to also update setup.py like this.