Switch from requirements.txt to Pipfile because I like it
This commit is contained in:
parent
08a2058d61
commit
4a513b5324
4 changed files with 217 additions and 3 deletions
14
Pipfile
Normal file
14
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue