Commit Graph

155 Commits

Author SHA1 Message Date
Alan Orth b04b441c3f
Add ipython to dev dependencies 2021-03-11 14:06:05 +02:00
Alan Orth 446ef95519
Generate requirements.txt
Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
2021-03-11 13:51:25 +02:00
Alan Orth 2509655807
app.yaml: Add runtime for Google App Engine
Currently 3.9 is in preview so I'll use 3.8.

See: https://cloud.google.com/appengine/docs/standard/python3/runtime
2021-03-11 13:49:53 +02:00
Alan Orth a2126d6f3c
LICENSE.txt: Add copy of AGPLv3.0 license text
From: https://www.gnu.org/licenses/agpl-3.0.txt
2021-03-11 13:47:30 +02:00
Alan Orth a7be9ff1b7
Initial project creation with poetry init 2021-03-11 13:47:06 +02:00