Skip to content

Commit

Permalink
forgot what happened here
Browse files Browse the repository at this point in the history
  • Loading branch information
DroidZed committed Aug 9, 2024
1 parent 3965105 commit e0cd2c0
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 81 deletions.
29 changes: 24 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,29 @@ verify_ssl = true
name = "pypi"

[packages]
python-decouple = "*"
discord-webhook = {extras = ["async"], version = "*"}
flask = {extras = ["async"], version = "*"}
waitress = "*"
python-decouple = "==3.8"
waitress = "==2.1.2"
anyio = "==4.0.0"
asgiref = "==3.7.2"
blinker = "==1.7.0"
certifi = "==2023.7.22"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
colorama = "==0.4.6"
discord-webhook = {extras = ["async"], version = "==1.3.0"}
flask = {extras = ["async"], version = "==3.0.0"}
h11 = "==0.14.0"
httpcore = "==0.16.3"
httpx = "==0.23.3"
idna = "==3.4"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
markupsafe = "==2.1.3"
requests = "==2.31.0"
rfc3986 = {extras = ["idna2008"], version = "==1.5.0"}
sniffio = "==1.3.0"
urllib3 = "==2.0.7"
werkzeug = "==3.0.1"

[dev-packages]
pre-commit = "*"
Expand All @@ -16,7 +35,7 @@ pylint = "*"
isort = {extras = ["pipfile_deprecated_finder"], version = "*"}

[requires]
python_version = "3.12"
python_version = "3.11"

[pipenv]
allow_prereleases = false
Loading

0 comments on commit e0cd2c0

Please sign in to comment.