Skip to content

Instantly share code, notes, and snippets.

@vsoch
Last active October 3, 2023 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsoch/6442729e1cc4c42c172eed2cd146db8a to your computer and use it in GitHub Desktop.
Save vsoch/6442729e1cc4c42c172eed2cd146db8a to your computer and use it in GitHub Desktop.
What do your pinned (or unpinned) requirements say about you?

What do your Python requirements say about you? 🤔

I like living dangerously

I am possibly bleeding right now.

coreapi
Django

Novelty seeking

New bugs are good bugs. Old bugs are bad bugs.

coreapi>=2.3
Django>=4.2

Pedantic

This is the way.

coreapi==2.3
Django==4.2

Masochist

I mostly want you to endure massive amounts of pain.

coreapi>=2.3
Django==4.2

Antique

I am still using Python 2.7.

coreapi<=1.3
Django<=2.2

And get off my lawn! Kids.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment