frej / fast-export

A mercurial to git converter using git-fast-import
http://repo.or.cz/w/fast-export.git
808 stars 255 forks source link

add requirements.txt with version for python3.5+ #249

Closed pletnes closed 3 years ago

pletnes commented 4 years ago

The hg-fast-export script documents support for python 2.7 with mercurial 4.6; however, python 2.7 is now officially unsupported.

It took me some time to figure out the requirements, which was just one package. I think a requirements.txt is the easiest dependency format for a small package like this.

frej commented 3 years ago

The "System Requirements" section in the README already tells the user that fast export depends on Python and Mercurial. I fail to see how adding a subset of this information to requirements.txt will make this clearer.