Logo
Explore Help
Sign In
intercal/omnibot22
1
0
Fork 0
You've already forked omnibot22
Code Issues Pull Requests Releases Wiki Activity
Files
2504dfeee6e72352179be15bdf98dd89bbbac7be
omnibot22/Pipfile

21 lines
312 B
TOML
Raw Normal View History

Initial commit with functional framework(!) and example plugin Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 18:47:28 -07:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
async-irc = "*"
Update Pipfile to only install toml when we're below Python 3.11 Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 19:15:50 -07:00
toml = {version="*", markers="python_version < '3.11'"}
Initial commit with functional framework(!) and example plugin Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 18:47:28 -07:00
types-toml = "*"
Update README and add aiohttp dependency aiohttp has a weird issue when installing with pipenv. A workaround is added in the README.md to at least cover that case when it comes time to deploy on a real server. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 19:38:21 -07:00
"aiohttp[speedups]" = "*"
Initial commit with functional framework(!) and example plugin Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-23 18:47:28 -07:00
[dev-packages]
mypy = "*"
black = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 37ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API