hemppa/Pipfile

39 lines
583 B
TOML
Raw Normal View History

2019-12-09 19:54:57 +02:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
bs4 = "*"
2019-12-12 21:16:50 +02:00
pyTeamUp = "*"
pandas = "*"
2019-12-09 19:54:57 +02:00
matrix-nio = "*"
geopy = "*"
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
2019-12-10 18:05:40 +02:00
requests = "*"
igramscraper = "*"
httpx = "*"
PyYAML = "==5.4"
2020-03-28 23:08:21 +02:00
wolframalpha = "*"
2020-08-06 14:23:50 +03:00
Mastodon-py = "*"
2020-11-23 00:20:09 +02:00
pycups = "*"
pygithub = "*"
pillow = "*"
giphypop = "*"
tzlocal = "*"
nest_asyncio = "*"
2019-12-09 19:54:57 +02:00
[dev-packages]
pylint = "*"
2020-01-02 13:20:06 +02:00
pycodestyle = "*"
flake8 = "*"
autopep8 = "*"
black = "*"
ipython = "*"
isort = "*"
2019-12-09 19:54:57 +02:00
[pipenv]
allow_prereleases = true