omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.94k stars 105 forks source link

include attrs dependency in requirements/dev.txt #1067

Closed Jasha10 closed 1 year ago

Jasha10 commented 1 year ago

Some CI tests were failing because the attrs dependency was not installed by noxfile.py. This PR addes attrs to requirements/dev.txt so that the tests will run.