Skip to content

update package and docs locations #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ $ source venv/bin/activate

We are going to use https://www.psycopg.org/psycopg3/[psycopg3] for talking to the Postgres database,
https://pytest.org/[pytest] for testing,
and https://testcontainers-python.readthedocs.io/en/latest/README.html[testcontainers-python] for running a PostgreSQL database in a container.
and https://testcontainers-python.readthedocs.io/[testcontainers-python] for running a PostgreSQL database in a container.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sivaprasadreddy - we had to rename this one because pypi started rejecting the readme 😢 so we split it up and its now "index.rst" not sure if this is super unorthodox or what but linking to the main site seems to work still


Once the virtual environment is activated, we can install the required dependencies using pip as follows:

[source,shell]
----
$ pip install psycopg pytest testcontainers-postgres
$ pip install psycopg pytest testcontainers[postgres]
$ pip freeze > requirements.txt
----

Expand Down
26 changes: 12 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
certifi==2023.11.17
certifi==2024.2.2
charset-normalizer==3.3.2
docker==6.1.3
idna==3.6
docker==7.0.0
exceptiongroup==1.2.1
idna==3.7
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
psycopg==3.1.14
psycopg2-binary==2.9.9
pytest==7.4.3
packaging==24.0
pluggy==1.5.0
psycopg==3.1.18
pytest==8.1.1
requests==2.31.0
SQLAlchemy==2.0.23
testcontainers-core==0.0.1rc1
testcontainers-postgres==0.0.1rc1
typing_extensions==4.8.0
urllib3==2.1.0
websocket-client==1.7.0
testcontainers==4.4.0
tomli==2.0.1
typing_extensions==4.11.0
urllib3==2.2.1
wrapt==1.16.0