mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 16:48:58 +00:00
Compare commits
No commits in common. "b2c9fb45e0edf202611a5ce8dd6a246e886c1723" and "0997de535b7fda785cbdd9a6d4813d9a32175c66" have entirely different histories.
b2c9fb45e0
...
0997de535b
4 changed files with 7 additions and 6 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1,2 +1,3 @@
|
|||
patreon: Lynnesbian
|
||||
ko_fi: Lynnesbian
|
||||
custom: https://www.paypal.me/Lynnesbian
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div class="container">
|
||||
<h2>Support the author <i class="fas fa-heart"></i></h2>
|
||||
<p>FediBooks is a passion project I develop and maintain in my free time. If you'd like to contribute, you can do so here.</p>
|
||||
<!-- <a class="button btn-primary" href="https://patreon.com/Lynnesbian" role="button"><i class="fab fa-patreon"></i> Patreon</a> -->
|
||||
<a class="button btn-primary" href="https://patreon.com/Lynnesbian" role="button"><i class="fab fa-patreon"></i> Patreon</a>
|
||||
<a class="button btn-primary" href="https://paypal.me/Lynnesbian" role="button"><i class="fab fa-paypal"></i> PayPal</a>
|
||||
<a class="button btn-primary" href="https://ko-fi.com/Lynnesbian" role="button"><i class="fas fa-coffee"></i> Ko-fi</a>
|
||||
</div>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<div class="container">
|
||||
<h2>Support the author <i class="fas fa-heart"></i></h2>
|
||||
<p>FediBooks is a passion project I develop and maintain in my free time. If you'd like to contribute, you can do so here.</p>
|
||||
<!-- <a class="button btn-primary" href="https://patreon.com/Lynnesbian" role="button"><i class="fab fa-patreon"></i> Patreon</a> -->
|
||||
<a class="button btn-primary" href="https://patreon.com/Lynnesbian" role="button"><i class="fab fa-patreon"></i> Patreon</a>
|
||||
<a class="button btn-primary" href="https://paypal.me/Lynnesbian" role="button"><i class="fab fa-paypal"></i> PayPal</a>
|
||||
<a class="button btn-primary" href="https://ko-fi.com/Lynnesbian" role="button"><i class="fas fa-coffee"></i> Ko-fi</a>
|
||||
</div>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
Mastodon.py==1.5.1
|
||||
markovify==0.8.2
|
||||
markovify==0.8.0
|
||||
beautifulsoup4==4.9.1
|
||||
requests==2.24.0
|
||||
requests==2.23.0
|
||||
Flask==1.1.2
|
||||
flask-mysqldb==0.2.0
|
||||
bcrypt == 3.1.7
|
||||
requests==2.24.0
|
||||
requests==2.23.0
|
||||
http-ece==1.1.0
|
||||
pycryptodome==3.9.8
|
||||
pycryptodome==3.9.7
|
||||
cryptography==2.9.2
|
||||
pebble==4.5.3
|
||||
|
|
Loading…
Reference in a new issue