Skip to content

Commit

Permalink
fix: bad dependencies that broke install (#36)
Browse files Browse the repository at this point in the history
* fix: bad dependencies that broke install

* chore: gitignore incorrectly ignored css folder

* fix: include missing css files
  • Loading branch information
drahamim authored Feb 25, 2023
1 parent bb087d1 commit a565bd3
Show file tree
Hide file tree
Showing 4 changed files with 11,168 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ database.db

config.py
#ignore static folder for uploads
static/
static/uploads.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ requires-python = ">=3.10"
dependencies = [
"flask >=2.2.2, <3",
"toml >=0.10.2, <1",
"pandas==1.5.3",
"pandas ==1.5.3",
"flask-assets >=2.0",
"flask-bootstap5 >=0.1.dev1",
"Flask-Bootstrap >=3.3.5",
"Bootstrap-flask >=2.2.0"

]
Expand Down
Loading

0 comments on commit a565bd3

Please sign in to comment.