Skip to content

Commit

Permalink
replace requirements.txt with Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Mar 18, 2024
1 parent ecaa11e commit 40be2db
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
21 changes: 21 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
aiohttp = "*"
asgiref = "*"
black = "*"
discord = "*"
"discord.py" = "*"
flask = "*"
pymongo = "*"
python-dotenv = "*"
requests = "*"
urllib3 = "*"

[dev-packages]

[requires]
python_version = "3.12"
10 changes: 0 additions & 10 deletions requirements.txt

This file was deleted.

0 comments on commit 40be2db

Please sign in to comment.