mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 16:48:58 +00:00
Compare commits
7 commits
0997de535b
...
b2c9fb45e0
Author | SHA1 | Date | |
---|---|---|---|
b2c9fb45e0 | |||
26f6c3b7c4 | |||
e4823b2d08 | |||
26cbc0a8f4 | |||
|
e0eba83ed0 | ||
|
948739ef11 | ||
|
4d99635485 |
4 changed files with 6 additions and 7 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1,3 +1,2 @@
|
||||||
patreon: Lynnesbian
|
|
||||||
ko_fi: Lynnesbian
|
ko_fi: Lynnesbian
|
||||||
custom: https://www.paypal.me/Lynnesbian
|
custom: https://www.paypal.me/Lynnesbian
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Support the author <i class="fas fa-heart"></i></h2>
|
<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>
|
<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://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>
|
<a class="button btn-primary" href="https://ko-fi.com/Lynnesbian" role="button"><i class="fas fa-coffee"></i> Ko-fi</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Support the author <i class="fas fa-heart"></i></h2>
|
<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>
|
<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://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>
|
<a class="button btn-primary" href="https://ko-fi.com/Lynnesbian" role="button"><i class="fas fa-coffee"></i> Ko-fi</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
Mastodon.py==1.5.1
|
Mastodon.py==1.5.1
|
||||||
markovify==0.8.0
|
markovify==0.8.2
|
||||||
beautifulsoup4==4.9.1
|
beautifulsoup4==4.9.1
|
||||||
requests==2.23.0
|
requests==2.24.0
|
||||||
Flask==1.1.2
|
Flask==1.1.2
|
||||||
flask-mysqldb==0.2.0
|
flask-mysqldb==0.2.0
|
||||||
bcrypt == 3.1.7
|
bcrypt == 3.1.7
|
||||||
requests==2.23.0
|
requests==2.24.0
|
||||||
http-ece==1.1.0
|
http-ece==1.1.0
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.8
|
||||||
cryptography==2.9.2
|
cryptography==2.9.2
|
||||||
pebble==4.5.3
|
pebble==4.5.3
|
||||||
|
|
Loading…
Reference in a new issue