dandi / redirector

Apache License 2.0
0 stars 2 forks source link

Use requirements.txt as the single source of truth for Python requirements #19

Closed jwodder closed 4 years ago

jwodder commented 4 years ago

This PR updates the Dockerfile and README to both refer to requirements.txt instead of duplicating the list of requirements.

satra commented 4 years ago

@jwodder - could you please refresh this PR after merging master and running pre-commit?

perhaps add sth like this to the readme:

This repo uses pre-commit for styling and syntax checks. To use in your python + git environment, do:

pip install pre-commit
pre-commit install

After this, it will run the pre-commit checks on every git commit and make any adjustments as necessary, and request that you git commit again.

jwodder commented 4 years ago

@satra Done.

satra commented 4 years ago

thank you @jwodder