mlh-hackathon-flask-starter icon indicating copy to clipboard operation
mlh-hackathon-flask-starter copied to clipboard

Hackathon starter project for Flask applications

Results 13 mlh-hackathon-flask-starter issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

`$ pip install -r requirements.txt` Had issues installing mentioned modules in Windows machine with the cffi and psycopg2 versions. Changing them to the current latest version removes the issues and...

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Updated the example according to the latest documentation [https://docs.sqlalchemy.org/en/14/core/engines.html](url) #15

Removed backticks on link to python-requests library to allow the markdown link to work.

There seem to be an error when installing packages in requirements.txt while we are inside the environment. (This was done on a windows machine). This same error was also encountered...

Passing auth tokens via params is deprecated in github's API. This change passes auth tokens via the header

Getting below error when i run `pip3 install -r requirements.txt` ` Collecting psycopg2==2.7.3.2 Using cached psycopg2-2.7.3.2.tar.gz (425 kB) ERROR: Command errored out with exit status 1: command: /Users/pakiyabhai/Documents/src/github/mlh-hackathon-flask-starter/venv/bin/python -c 'import...

I have no clue what is going on! but first my localhost:5000 was not found. I tried another time and now it is up with showing Builtins.Attribute.Errors And I am...