2022-08-11 08:16:44 +00:00
|
|
|
# requirements.txt
|
|
|
|
#
|
|
|
|
# Change the look of Adwaita, with ease
|
2022-08-15 23:30:36 +00:00
|
|
|
# Copyright (C) 2022 Gradience Team
|
2022-08-11 08:16:44 +00:00
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
2022-07-25 11:05:17 +00:00
|
|
|
# After changing this file, download the flatpak pip generator script:
|
|
|
|
# curl -O https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/pip/flatpak-pip-generator
|
|
|
|
# chmod +x flatpak-pip-generator
|
|
|
|
# Then run:
|
|
|
|
# ./flatpak-pip-generator --requirements-file=requirements.txt --output pypi-dependencies
|
2022-09-04 19:02:00 +00:00
|
|
|
#
|
|
|
|
# or more simply, just push and the bot will do this for you.
|
2022-07-25 11:05:17 +00:00
|
|
|
|
2022-08-11 09:20:58 +00:00
|
|
|
anyascii~=0.3
|
2022-08-17 13:31:54 +00:00
|
|
|
material-color-utilities-python
|
2022-08-24 18:51:14 +00:00
|
|
|
urllib3
|
2022-08-24 18:59:42 +00:00
|
|
|
svglib
|
2022-09-04 19:02:00 +00:00
|
|
|
yapsy
|