Compare commits
1 Commits
5a9447618d
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
d6f4de853d |
@@ -24,8 +24,8 @@ http {
|
||||
index index.html index.htm;
|
||||
|
||||
server {
|
||||
listen 81 default_server;
|
||||
listen [::]:81 default_server;
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
server_name homeserver.flokaiser.com;
|
||||
root /var/www/html;
|
||||
|
||||
|
@@ -5,7 +5,7 @@ Flask_SQLAlchemy==3.0.2
|
||||
python-dotenv==0.21.0
|
||||
pymysql==1.0.2
|
||||
pyjwt==2.6.0
|
||||
apiflask==1.2.3
|
||||
apiflask==1.0.0
|
||||
flask-cors==3.0.10
|
||||
bcrypt==4.0.1
|
||||
pytest~=7.2.0
|
||||
|
@@ -1,4 +1,4 @@
|
||||
pyTelegramBotAPI~=4.8.0
|
||||
pyTelegramBotAPI~=4.10.0
|
||||
Markdown~=3.4.1
|
||||
newsapi-python~=0.2.6
|
||||
python-dotenv~=0.21.0
|
||||
|
Reference in New Issue
Block a user