forked from MarseyWorld/MarseyWorld
Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost
commit
bce616d624
|
@ -48,6 +48,7 @@ class User(Base):
|
|||
profileurl = Column(String)
|
||||
bannerurl = Column(String)
|
||||
house = Column(String)
|
||||
old_house = Column(String)
|
||||
patron = Column(Integer, default=0)
|
||||
patron_utc = Column(Integer, default=0)
|
||||
verified = Column(String)
|
||||
|
|
|
@ -14,7 +14,6 @@ gunicorn
|
|||
lxml
|
||||
mistletoe
|
||||
matplotlib
|
||||
owoify-py
|
||||
Pillow
|
||||
pyotp
|
||||
qrcode
|
||||
|
|
Loading…
Reference in New Issue