Skip to content

Commit

Permalink
#53: Simplified requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Mar 14, 2024
1 parent ac3947d commit 64671fd
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 422 deletions.
5 changes: 5 additions & 0 deletions requirements-tox.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage==4.5.4
mock==3.0.5
pytest-cov==2.8.1
pytest-pythonpath==0.7.3
six>=1.9
16 changes: 13 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
-r requirements/dev-py3.txt
-r requirements-tox.txt

Faker
flake8==3.9.2
isort==5.10.1
parmap
pgcopy
psycopg2
pytest==6.2.5
pyyaml
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0
tqdm
24 changes: 0 additions & 24 deletions requirements/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions requirements/dev-py2.in

This file was deleted.

88 changes: 0 additions & 88 deletions requirements/dev-py2.txt

This file was deleted.

10 changes: 0 additions & 10 deletions requirements/dev-py3.in

This file was deleted.

138 changes: 0 additions & 138 deletions requirements/dev-py3.txt

This file was deleted.

14 changes: 0 additions & 14 deletions requirements/tox-py2.in

This file was deleted.

68 changes: 0 additions & 68 deletions requirements/tox-py2.txt

This file was deleted.

11 changes: 0 additions & 11 deletions requirements/tox-py3.in

This file was deleted.

Loading

0 comments on commit 64671fd

Please sign in to comment.