-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathPipfile
More file actions
44 lines (41 loc) · 658 Bytes
/
Pipfile
File metadata and controls
44 lines (41 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
bs4 = "*"
pyTeamUp = "*"
pandas = "*"
matrix-nio = "*"
geopy = "*"
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
requests = "*"
igramscraper = "*"
httpx = "*"
PyYAML = "*"
wolframalpha = "*"
Mastodon-py = "*"
pycups = "*"
pygithub = "*"
pillow = "*"
giphypop = "*"
tzlocal = "*"
nest_asyncio = "*"
d20 = "*"
gql = "*"
tenacity = "*"
markdown = "*"
future = "*"
paho-mqtt = "*"
[dev-packages]
pylint = "*"
pycodestyle = "*"
flake8 = "*"
autopep8 = "*"
black = "*"
ipython = "*"
isort = "*"
[pipenv]
allow_prereleases = true