Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the setup files
  • Loading branch information
tdemin committed Jun 11, 2019
1 parent 12765c8 commit e1fd2f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file added requirements.txt
Binary file not shown.
8 changes: 6 additions & 2 deletions setup.py
Expand Up @@ -17,9 +17,13 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3"
],
keywords="notes backend flask",
keywords="tasks backend flask",
# project_urls={}
packages=["project_amber"],
install_requires=["flask"],
install_requires=[
"flask",
"flask-sqlalchemy",
"bcrypt"
],
python_requires=">=3.6"
)

0 comments on commit e1fd2f9

Please sign in to comment.