mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add server code
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[[source]]
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
flask = "*"
|
||||
tk = "*"
|
||||
flask-cors = "*"
|
||||
mutagen = "*"
|
||||
pymongo = "*"
|
||||
click = "*"
|
||||
requests = "*"
|
||||
watchdog = "*"
|
||||
progress = "*"
|
||||
pillow = "*"
|
||||
|
||||
[dev-packages]
|
||||
autopep8 = "*"
|
||||
ipykernel = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
Reference in New Issue
Block a user