mirror of
https://github.com/Xevion/bulk-reminders.git
synced 2025-12-06 05:14:34 -06:00
21 lines
314 B
TOML
21 lines
314 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
pyqt5 = "*"
|
|
google-api-python-client = "*"
|
|
google-auth-httplib2 = "*"
|
|
google-auth-oauthlib = "*"
|
|
dateutil = "*"
|
|
python-dateutil = "*"
|
|
pytz = "*"
|
|
tzlocal = "*"
|
|
jsonpickle = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|