Trilarion / imperialism-remake

Imperialism remake
https://remake.twelvepm.de/
GNU General Public License v3.0
53 stars 19 forks source link

Use requirements.txt to fill requirements in setup.py #24

Closed Trilarion closed 6 years ago

Trilarion commented 6 years ago

Instead of duplicating the information.

Trilarion commented 6 years ago

This should not be done. See https://stackoverflow.com/a/33685899/1536976

The requirements in setup.py are the loosest possible dependencies, the requirements in requirements.txt are the actual dependencies that are used for the tests. In our case, it's the same, we test for the loosest possible dependencies. Maybe we will test for other configurations as well. That means we leave it as it is.