This PR adds a file (requirements.txt) that lists specific version numbers of project dependencies, which can then all be installed using a single command. It is common practice to use a specific version number as opposed to a range/boundary.
More information on a requirements.txt file can be found here and here. The documentation on installing the bot should be updated after this PR to reflect the new method of installing requirements.
This PR adds a file (
requirements.txt
) that lists specific version numbers of project dependencies, which can then all be installed using a single command. It is common practice to use a specific version number as opposed to a range/boundary.More information on a
requirements.txt
file can be found here and here. The documentation on installing the bot should be updated after this PR to reflect the new method of installing requirements.Closes #31