mirror of
https://github.com/Xevion/bulk-reminders.git
synced 2025-12-05 23:14:28 -06:00
20 lines
299 B
TOML
20 lines
299 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 = "*"
|
|
python-dateutil = "*"
|
|
pytz = "*"
|
|
tzlocal = "*"
|
|
jsonpickle = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|