Billingegroup / cookiecutter

A cookie-cutter for DiffPy packages.
Other
0 stars 7 forks source link

Requirements directory #64

Closed Sparks29032 closed 3 weeks ago

Sparks29032 commented 3 weeks ago

Closes #56. Add pip.txt (not present in diffpy.utils, but used for projects that may need installs not available on conda). Add a README.txt explaining what each file does. All other files are the same except for the following changes:

image

We will keep run.txt empty as users must decide for themselves what packages are required for their program. Though it will likely include numpy, it may not.

The packages pytest-mock and freezegun are for specific tests in diffpy.utils, we will not include them here.

sbillinge commented 3 weeks ago

I agree on all points. Merged.