Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__pycache__
__pycache__
.pytest_cache
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Each time the image is built, docker will only rerun commands as necessary.
# In practice, this means that the first build takes a while, but subsequent ones are much faster, if the dockerfile is well-ordered.

FROM ubuntu:16.04
FROM ubuntu:20.04

MAINTAINER Spencer Brown "sbrow420@students.kennesaw.edu"

Expand Down
15 changes: 15 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
attrs==20.2.0
click==7.1.2
Flask==1.1.2
hypothesis==5.33.0
importlib-metadata==1.7.0
iniconfig==1.0.1
itsdangerous==1.1.0
Jinja2==2.11.2
MarkupSafe==1.1.1
more-itertools==8.5.0
packaging==20.4
pathlib2==2.3.5
pkg-resources==0.0.0
pluggy==0.13.1
py==1.9.0
pyparsing==2.4.7
pytest==6.0.1
six==1.15.0
sortedcontainers==2.2.2
toml==0.10.1
Werkzeug==1.0.1
zipp==3.1.0