Files
whale-web/backend/Pipfile
2021-04-29 19:16:58 +08:00

16 lines
232 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
django-rest-auth = "*"
shortuuid = "*"
pymysql = "*"
itsdangerous = "*"
[dev-packages]
pycodestyle = "*"