Manage ASL magazines and their articles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-articles/requirements.txt

13 lines
426 B

# python 3.8.7
flask==2.0.3
# NOTE: Newer versions of SQLAlchemy contain a change that breaks Flask-SQLALchemy :-/
# https://stackoverflow.com/a/66652728
# This wasn't a problem on vm-linux-dev, but manifested itself on the rPi4 (probably because
# the virtualenv on vm-linux-dev was built before this became a problem).
flask-sqlalchemy==2.5.1
psycopg2-binary==2.9.3
alembic==1.7.6
pyyaml==6.0
lxml==4.8.0
waitress==2.0.0