mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Unifying style of the gallery
Fixed HTML and Sass layout Moved upload and login pages to popups Added deletion confirmation
This commit is contained in:
parent
0414cda5d3
commit
bb98701430
44 changed files with 1777 additions and 1631 deletions
3
setup.py
3
setup.py
|
@ -2,11 +2,12 @@ from setuptools import find_packages, setup
|
|||
|
||||
setup(
|
||||
name='onlylegs',
|
||||
version='170123',
|
||||
version='210123',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'flask',
|
||||
'flask-compress',
|
||||
'libsass',
|
||||
'python-dotenv',
|
||||
'pillow',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue