12345678910111213141516171819202122 |
- [[source]]
- name = "pypi"
- url = "https://mirrors.aliyun.com/pypi/simple/"
- verify_ssl = true
- [packages]
- django = "4.0"
- requests = "*"
- flask = "*"
- django-cors-headers = "*"
- asgiref = "*"
- sqlparse = "*"
- tzdata = "*"
- matplotlib = "*"
- psycopg2 = "*"
- [requires]
- python_version = "3.10"
|