Switch from requirements.txt to Pipfile because I like it

This commit is contained in:
Danielle McLean 2018-09-21 11:37:38 +10:00
parent 08a2058d61
commit 4a513b5324
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
4 changed files with 217 additions and 3 deletions

14
Pipfile Normal file
View file

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
markovify = "*"
"beautifulsoup4" = "*"
"Mastodon.py" = "*"
[dev-packages]
[requires]
python_version = "3.7"